import React from 'react'; import { AggregatorQuoteParams } from '../types'; export declare const AggregatorQuoteParamsProvider: ({ children }: React.PropsWithChildren) => import("react/jsx-runtime").JSX.Element; export declare const useAggregatorQuoteParams: () => AggregatorQuoteParams; //# sourceMappingURL=AggregatorQuoteParamsProvider.d.ts.map