export declare enum TitleType {
    ClearTitle = 0,
    ResetTitle = 1,
    SetTitle = 2,
    SetSubtitle = 3,
    SetActionBarMessage = 4,
    SetAnimationTimes = 5
}
//# sourceMappingURL=SetTitleType.d.ts.map