import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const SunIcon: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default SunIcon;
