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