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