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