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