import * as React from "react"; export interface WarningAlertProps extends React.AllHTMLAttributes { } export declare class WarningAlert extends React.Component { render(): JSX.Element; } export default WarningAlert; //# sourceMappingURL=WarningAlert.d.ts.map