import * as i0 from "@angular/core";
export declare class GridPanelComponent {
    width: number;
    height: number;
    x: number;
    y: number;
    static ɵfac: i0.ɵɵFactoryDeclaration<GridPanelComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<GridPanelComponent, "g[ngx-charts-grid-panel]", never, { "width": "width"; "height": "height"; "x": "x"; "y": "y"; }, {}, never, never>;
}
