/// import { GridRowId } from 'mui-ultra/x-data-grid'; import { GridStatePro } from '../../../models/gridStatePro'; export declare const gridDetailPanelExpandedRowIdsSelector: (state: GridStatePro) => GridRowId[]; export declare const gridDetailPanelExpandedRowsContentCacheSelector: (state: GridStatePro) => Record; export declare const gridDetailPanelRawHeightCacheSelector: (state: GridStatePro) => { [x: string]: { autoHeight: boolean; height: number; }; [x: number]: { autoHeight: boolean; height: number; }; }; export declare const gridDetailPanelExpandedRowsHeightCacheSelector: import("mui-ultra/x-data-grid").OutputSelector>;