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