import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { EyeOffIcon as VanillaEyeOffIcon } from '@pmndrs/uikit-lucide'; import { SvgProperties } from '@react-three/uikit'; export declare const EyeOffIcon: ForwardRefExoticComponent & RefAttributes>; export declare const EyeOff: ForwardRefExoticComponent & RefAttributes>;