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