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