import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const EyeSlash: import("svelte").Component; type EyeSlash = ReturnType; export default EyeSlash; //# sourceMappingURL=eye-slash.svelte.d.ts.map