import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum IGTextAlignment {
    Left = 0,
    Right = 1,
    Center = 2,
    Justify = 3,
    Distributed = 4,
    Fill = 5
}
/**
 * @hidden
 */
export declare let IGTextAlignment_$type: Type;
