export declare enum TotvsNotificationType {
    INFO = 0,
    WARN = 1,
    ERROR = 2
}
