import { ReactNode } from 'react'; import { ToolbarCollectionState } from '../../state'; import { FiltersMap } from '@wix/bex-core'; interface GridSectionHeaderProps { sectionTitle: ReactNode; suffix?: ReactNode; state: ToolbarCollectionState; } declare function _GridSectionHeader({ sectionTitle, suffix, state, }: GridSectionHeaderProps): JSX.Element; export declare const GridSectionHeader: typeof _GridSectionHeader & { displayName: string; }; export {}; //# sourceMappingURL=GridSectionHeader.d.ts.map