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