import { Type } from "igniteui-react-core";
/**
 * @hidden
 */
export declare const enum WorksheetChart_BitValues {
    AutoScaling = 1,
    IsInitializing = 2,
    PlotByRows = 4,
    PlotVisibleOnly = 8,
    RightAngleAxes = 16,
    VaryColors = 32
}
/**
 * @hidden
 */
export declare let WorksheetChart_BitValues_$type: Type;
