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