import { IconDefinition } from '../types';
declare const WarningOutlined: IconDefinition;
export default WarningOutlined;
