import { Type } from "igniteui-webcomponents-core"; /** * Describes the orientation of a linear scale. */ export declare enum LinearScaleOrientation { /** * The scale has a horizontal orientation. */ Horizontal = 0, /** * The scale has a vertical orientation. */ Vertical = 1 } /** * @hidden */ export declare let LinearScaleOrientation_$type: Type;