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