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