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