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