import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_TextVAlign {
    top = 0,
    center = 1,
    bottom = 2,
    justify = 3,
    distributed = 4
}
/**
 * @hidden
 */
export declare let ST_TextVAlign_$type: Type;
