export declare enum TextPrintType {
    GoneWhenEmpty = "GoneWhenEmpty",
    Always = "Always"
}
