import { Type } from "igniteui-react-core"; /** * Used to indicate the orientation of the legend */ export declare enum LegendOrientation { /** */ Horizontal = 0, /** */ Vertical = 1 } /** * @hidden */ export declare let LegendOrientation_$type: Type;