import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_RegionLabelLayout { none = 0, bestFitOnly = 1, showAll = 2 } /** * @hidden */ export declare let ST_RegionLabelLayout_$type: Type;