import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const RocketLaunch: import("svelte").Component; type RocketLaunch = ReturnType; export default RocketLaunch; //# sourceMappingURL=rocket-launch.svelte.d.ts.map