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