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