import { Type } from "igniteui-angular-core"; export declare enum ToolPanelOrientation { Vertical = 0, Horizontal = 1, HorizontalWrapped = 2 } /** * @hidden */ export declare let ToolPanelOrientation_$type: Type;