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