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