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