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