import React from "react";
interface IWarningAlert {
    errorMessage?: string;
}
export declare const WarningAlert: React.FC<IWarningAlert>;
export {};
//# sourceMappingURL=WarningAlert.d.ts.map