export declare class TextFormatAlign extends Object {
    static LEFT: string;
    static CENTER: string;
    static RIGHT: string;
    static JUSTIFY: string;
    static START: string;
    static END: string;
    constructor();
}
