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