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