import type { GridStatePro } from "../../../models/gridStatePro.js"; export declare const gridDetailPanelStateSelector: import("@mui/x-data-grid").OutputSelector; export declare const gridDetailPanelExpandedRowIdsSelector: (args_0: import("react").RefObject<{ state: GridStatePro; } | null>) => Set; export declare const gridDetailPanelExpandedRowsContentCacheSelector: (args_0: import("react").RefObject<{ state: GridStatePro; } | null>) => Record; export declare const gridDetailPanelRawHeightCacheSelector: (args_0: import("react").RefObject<{ state: GridStatePro; } | null>) => { [x: string]: { autoHeight: boolean; height: number; }; [x: number]: { autoHeight: boolean; height: number; }; };