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