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