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