import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum PaneLocation { BottomRight = 0, TopRight = 1, BottomLeft = 2, TopLeft = 3 } /** * @hidden */ export declare let PaneLocation_$type: Type;