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