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