import { TsEnumType } from "kryo/types/ts-enum"; export declare enum TextAlignment { Left = 0, Right = 1, Center = 2, Justify = 3 } export declare const $TextAlignment: TsEnumType;