export declare class TextFieldAutoSize extends Object {
    static NONE: string;
    static LEFT: string;
    static CENTER: string;
    static RIGHT: string;
    constructor();
}
