export default ChartGridlinesShape;
declare class ChartGridlinesShape extends ChartPartShape {
    constructor(options: any);
    _chartAxis: any;
    _isMajor: boolean;
    get isMajor(): boolean;
}
import ChartPartShape from "./ChartPartShape";
//# sourceMappingURL=ChartGridLinesShape.d.ts.map