import type { DataEditorProps, Theme } from "@glideapps/glide-data-grid"; type Props = Pick & { theme: Theme; }; type Result = Pick; export declare function useCollapsingGroups(props: Props): Result; export {}; //# sourceMappingURL=use-collapsing-groups.d.ts.map