import React from 'react'; import { FiltersMap } from '@wix/bex-core'; import { SectionRange } from './GridSectionsState'; import { GridSectionsSectionState } from './GridSectionsSectionState'; export interface GridSectionHeaderProps { sectionDescriptor: SectionRange; state: GridSectionsSectionState; } declare function _GridSectionHeader(props: GridSectionHeaderProps): React.JSX.Element; export declare const GridSectionHeader: typeof _GridSectionHeader & { displayName: string; }; export {}; //# sourceMappingURL=GridSectionHeader.d.ts.map