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