import type { SearchSource } from '../Typeahead/types';
import type { InternalConfig } from './useInternalConfig';
import type { PowerSearchItem } from './types';
export declare function usePowerSearchSource(config: InternalConfig): SearchSource<PowerSearchItem>;
//# sourceMappingURL=usePowerSearchSource.d.ts.map