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