import * as i0 from "@angular/core";
export declare class GridService {
    rows: Array<any>;
    constructor();
    setRows(rows: any): void;
    getFormsPerPage(): number;
    static ɵfac: i0.ɵɵFactoryDeclaration<GridService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<GridService>;
}
//# sourceMappingURL=grid.service.d.ts.map