import { type PropsWithChildren } from "react"; import { type FilterSchemaContext } from "./hooks/use-filter-schema-context.js"; import type { FilterTheme } from "./theme/types.js"; export interface FilterSphereProviderProps { context: FilterSchemaContext; theme?: FilterTheme; } export declare const FilterSphereProvider: ({ theme, context, children, }: PropsWithChildren>) => import("react").JSX.Element; //# sourceMappingURL=filter-sphere-provider.d.ts.map