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