import { GridComponentProps } from '../../GridComponentProps'; import { GridApiRef } from '../../models/api/gridApiRef'; import { GridOptions } from '../../models/gridOptions'; export declare function optionsReducer(state: GridOptions, action: { type: string; payload?: Partial; }): any; export declare function useOptionsProp(apiRef: GridApiRef, props: GridComponentProps): GridOptions;