import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare const enum ST_Pane { bottomRight = 0, topRight = 1, bottomLeft = 2, topLeft = 3 } /** * @hidden */ export declare let ST_Pane_$type: Type;