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