export declare class TextRenderer extends Object {
    constructor();
    static get antiAliasType(): string;
    static set antiAliasType(param1: string);
    static setAdvancedAntiAliasingTable(param1: string, param2: string, param3: string, param4: any[]): void;
    static get maxLevel(): number;
    static set maxLevel(param1: number);
    static get displayMode(): string;
    static set displayMode(param1: string);
}
