import React from 'react'; import { GridSectionsState, SectionRange } from './GridSectionsState'; import { FiltersMap } from '@wix/bex-core'; import { GridContentBaseProps } from '../Grid/GridContent'; export interface GridSectionAndRepeaterProps extends GridContentBaseProps { sectionDescriptor: SectionRange; state: GridSectionsState; } declare function _GridSectionAndRepeater(props: GridSectionAndRepeaterProps): React.JSX.Element; export declare const GridSectionAndRepeater: typeof _GridSectionAndRepeater & { displayName: string; }; export {}; //# sourceMappingURL=GridSectionAndRepeater.d.ts.map