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