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