interface Props {
    class?: string;
    size?: number | string;
}
declare const SunIcon: import("svelte").Component<Props, {}, "">;
type SunIcon = ReturnType<typeof SunIcon>;
export default SunIcon;
//# sourceMappingURL=SunIcon.svelte.d.ts.map