import { type FC, type PropsWithChildren } from 'react'; import { type SearchState } from '../../SearchContext.js'; interface Props { value: SearchState; onChange: (newValue: SearchState) => void; } export declare const ControlledSearchProvider: FC>; export {}; //# sourceMappingURL=ControlledSearchProvider.d.ts.map