import { SectionFiltersProps } from './types'; import { TSectionFilterItem } from './useSectionFilters'; export * from './types'; export * from './context'; export * from './useSectionFilters'; /** * `handle` can be provided externally to make the filter state controlled from outside; * if omitted, an internal `useSectionFilters` instance is created from the same props. * Either way, the handle is published to `SectionsFilterContext` so `renderSectionHeader` * and `renderSectionFooter` can read per-section selection state via `useSectionFiltersContext`. */ export declare function SectionFilters(props: SectionFiltersProps): import("react/jsx-runtime").JSX.Element; export declare namespace SectionFilters { var defaultProps: Partial; } //# sourceMappingURL=index.d.ts.map