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