import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_HorizontalAlignment { general = 0, left = 1, center = 2, right = 3, fill = 4, justify = 5, centerContinuous = 6, distributed = 7 } /** * @hidden */ export declare let ST_HorizontalAlignment_$type: Type;