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