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