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