import { DataGridEntry } from '../../types.js'; import { DataGridFeature } from '../index.js'; import { UseExpandableRowsOptions } from './types.js'; export declare const useExpandableRows: (options: UseExpandableRowsOptions) => DataGridFeature;