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