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