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