import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const FighterJetIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link FighterJetIcon} instead.
 */
export declare const FighterJet: typeof FighterJetIcon;
export default FighterJetIcon;
