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