import { type Context } from 'react'; import { type FilterBarContextProps } from '../types/shared-filter-types.js'; /** FilterBar context, used to access the state and dispatcher in other components. */ export declare const FilterBarContext: Context;