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