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