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