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