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