import type { FilterToolbarContextValue } from "./types"; export declare const FilterToolbarContext: import("react").Context; /** * Hook to access FilterToolbar context. * @throws {Error} If used outside of FilterToolbar provider */ export declare const useFilterToolbar: () => FilterToolbarContextValue; //# sourceMappingURL=filter-toolbar-context.d.ts.map