import React from 'react'; type GridHeaderGroupCellDefaultRendererProps = { columnId: string; tabIndex: number; }; declare const GridHeaderGroupCellDefaultRendererImpl: ({ columnId, tabIndex, }: GridHeaderGroupCellDefaultRendererProps) => React.JSX.Element; /** * This default renderer takes only `columnId` and `tabIndex` and * retrieves the rest of its content from Grid context hooks. * * It ultimately renders the `GridHeaderGroupCellDefault` component. * * If it fails to find data associated with a given column id, * it will return an empty React fragment. */ export declare const GridHeaderGroupCellDefaultRenderer: typeof GridHeaderGroupCellDefaultRendererImpl; export {}; //# sourceMappingURL=default-header-group-cell.d.ts.map