export declare enum InspectorLocation {
    Right = 0,
    Left = 1
}
