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