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