import React from 'react'; import type { ComprehensiveSearchProps, SearchResult } from './types'; import './index.less'; import { BaseResponsiveProps } from '../../responsive/type'; export declare type ComprehensiveSearchRef = {}; declare const _default: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export default _default; export type { ComprehensiveSearchProps, SearchResult };