/// import { Record as RaRecord } from '../../../features/core'; declare const DatagridContext: import("react").Context; export declare type DatagridContextValue = { isRowExpandable?: (record: RaRecord) => boolean; }; export default DatagridContext;