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