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