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