/// <reference types="react" />
interface IProps {
    style: any;
}
declare function SvgWarning(props: IProps): JSX.Element;
export default SvgWarning;
