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