import { Type } from "igniteui-webcomponents-core"; /** * Enum specifying the position of the titles relative to scale's start/end. */ export declare enum TitlesPosition { /** * The titles are placed at scale's start (minimum value). */ ScaleStart = 0, /** * The titles are placed at the scale's end (maximum value). */ ScaleEnd = 1 } /** * @hidden */ export declare let TitlesPosition_$type: Type;