import { FiltersMap } from '@wix/bex-core'; import React from 'react'; import { GridContentBaseProps } from '../Grid/GridContent'; import { GridState } from '../../state'; import type { GroupBy, RenderSection } from '../CollectionSectionHeader'; export interface GridSectionsContentProps extends GridContentBaseProps { state: GridState; groupBy: GroupBy; renderSection?: RenderSection; } declare function _GridSectionsContent(props: GridSectionsContentProps): React.JSX.Element; export declare const GridSectionsContent: typeof _GridSectionsContent & { displayName: string; }; export {}; //# sourceMappingURL=GridSectionsContent.d.ts.map