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