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