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