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