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