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