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