/// <reference types="react" />
declare const Warning: (props: any, ref: any) => JSX.Element;
export default Warning;
