import * as React from "react"; export type RDGSearchProviderProps = { children: React.ReactNode; defaultValue?: string; }; export declare function RDGSearchProvider(props: RDGSearchProviderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=RDGSearchProvider.d.ts.map