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