import { default as React } from 'react';
import { SVGComponentProps } from '../../types/SVG';
declare const Warning: React.FC<SVGComponentProps>;
export default Warning;
