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