import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_TextAlignType {
    l = 0,
    ctr = 1,
    r = 2,
    just = 3,
    justLow = 4,
    dist = 5,
    thaiDist = 6
}
/**
 * @hidden
 */
export declare let ST_TextAlignType_$type: Type;
