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