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