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