import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconRocketLaunchBold: import("svelte").Component<$$ComponentProps, {}, "">; type IconRocketLaunchBold = ReturnType; export default IconRocketLaunchBold;