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