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