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