import type { IconProps } from './icon.context.js'; declare const CalendarClockIcon: import("svelte").Component; type CalendarClockIcon = ReturnType; export default CalendarClockIcon;