type $$ComponentProps = { size?: number; visible?: boolean; }; declare const EyeIcon: import("svelte").Component<$$ComponentProps, {}, "">; type EyeIcon = ReturnType; export default EyeIcon;