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