/// <reference types="react" />
declare const CircleWarning: (props: JSX.IntrinsicElements['svg']) => JSX.Element;
export default CircleWarning;
