export declare class TextAlign { static text_align_right: string; static text_align_left: string; static text_align_center: string; }