import { IconProps } from '../lib';
declare function Rocket(props: IconProps): JSX.Element;
export default Rocket;
