import * as React from 'react'; interface IWarningProps { children: string; ignoreMediaQuery?: boolean; } /** @deprecated in favor of `` */ export declare function WarningMessage(props: IWarningProps): React.JSX.Element; export {}; //# sourceMappingURL=WarningMessage.d.ts.map