export interface DataGridRowContextState { row: number; } export declare const DataGridRowProvider: any, useDataGridRowContext: any;