import { IconProps } from '../lib';
declare function ShieldWarning(props: IconProps): JSX.Element;
export default ShieldWarning;
