import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum ST_PosAlign {
    min = 0,
    ctr = 1,
    max = 2
}
/**
 * @hidden
 */
export declare let ST_PosAlign_$type: Type;
