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