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