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