import type { RefObject } from '@mui/x-internals/types'; import type { GridPrivateApiCommunity } from "../../../models/api/gridApiCommunity.mjs"; import type { DataGridProcessedProps } from "../../../models/props/DataGridProps.mjs"; /** * Community version of the data source hook. Contains implementation of the `useGridDataSourceBase` hook. */ export declare const useGridDataSource: (apiRef: RefObject, props: DataGridProcessedProps) => void;