import { default as React } from 'react';
import { IconStyles } from './types';
interface LaunchIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const LaunchIcon: React.FC<LaunchIconProps>;
export default LaunchIcon;
//# sourceMappingURL=Launch.d.ts.map