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