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