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