declare const PhEyeSlash: import("svelte").Component<{
    class?: string;
} & Record<string, any>, {}, "">;
type PhEyeSlash = ReturnType<typeof PhEyeSlash>;
export default PhEyeSlash;
