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