import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_TextFontAlignType {
    auto = 0,
    t = 1,
    ctr = 2,
    _base = 3,
    b = 4
}
/**
 * @hidden
 */
export declare let ST_TextFontAlignType_$type: Type;
