import { FC, PropsWithChildren } from 'react'; import { DataGridRowGroupProps } from '../../../DataGrid'; export type DataGridSelectableRowGroupProps = DataGridRowGroupProps; /** * DataGridSelectableRowGroup represents a logical grouping of rows within a DataGridSelectable. */ export declare const DataGridSelectableRowGroup: FC>;