/** * Load Predictions based in the inserted text. */ declare const _default: (text: string, query?: import("@farfetch/blackout-client").GetAddressPredictionsQuery | undefined, config?: import("@farfetch/blackout-client").Config | undefined) => (dispatch: import("redux").Dispatch) => Promise; export default _default;