export declare enum UpdateTextTriggerType {
    Text = 0,
    Frame = 1,
    WrappingPath = 2,
    Initialization = 3
}
