import { PlSelectionModel } from '@platforma-sdk/model'; import { CellRendererSelectorFunc, GridApi, GridOptions } from 'ag-grid-enterprise'; import { Ref } from 'vue'; import { PlAgDataTableV2Row } from '../types'; export declare function useGrid({ selection, noRowsText, loadingText, runningText, notReadyText, cellRendererSelector, }: { selection: Ref; noRowsText?: string; loadingText?: string; runningText?: string; notReadyText?: string; cellRendererSelector?: CellRendererSelectorFunc; }): { gridApi: import('vue').ShallowRef | null, GridApi | null>; gridOptions: import('vue').ShallowRef, GridOptions>; }; //# sourceMappingURL=useGrid.d.ts.map