import { BaseResponsiveProps } from "../../responsive/type.js"; import { ComprehensiveSearchProps } from "./types.js"; import React from "react"; //#region src/pro/comprehensiveSearch/index.d.ts type ComprehensiveSearchRef = {}; declare const _default: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; //#endregion export { _default };