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