import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum IGVerticalTextAlignment { Top = 0, Center = 1, Bottom = 2, Justify = 3, Distributed = 4 } /** * @hidden */ export declare let IGVerticalTextAlignment_$type: Type;