import { GridApi } from 'ag-grid-community'; export declare function isNonNullableGridApiWithSelectedRows(api: GridApi | undefined): api is GridApi;