import { type ReactNode } from "react"; import { type AutomationsScope, type IFilterOptionsContextValue } from "../types.js"; interface IFilterOptionsProviderProps { children: ReactNode; scope: AutomationsScope; } export declare function FilterOptionsProvider({ children, scope }: IFilterOptionsProviderProps): import("react/jsx-runtime").JSX.Element; export declare const useFilterOptions: () => IFilterOptionsContextValue; export {}; //# sourceMappingURL=FilterOptionsContext.d.ts.map