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