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