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