import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_TextVerticalType {
    horz = 0,
    vert = 1,
    vert270 = 2,
    wordArtVert = 3,
    eaVert = 4,
    mongolianVert = 5,
    wordArtVertRtl = 6
}
/**
 * @hidden
 */
export declare let ST_TextVerticalType_$type: Type;
