declare enum AlertType {
    SUCCESS = "success",
    ERROR = "error",
    INFO = "info",
    WARNING = "warning"
}
export { AlertType };
//# sourceMappingURL=provider.d.ts.map