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