import { IconProps } from '../iconUtils'; export declare const RocketLaunch: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type RocketLaunchProps = IconProps; export default RocketLaunch;