interface Props { size?: number; [key: string]: any; } declare const IconCalendar2Range: import("svelte").Component; type IconCalendar2Range = ReturnType; export default IconCalendar2Range;