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