import { search_d_exports } from "../../contexts/search.js";
import "./search.js";
import * as react_jsx_runtime71 from "react/jsx-runtime";
import { ReactNode } from "react";
import { AlgoliaOptions } from "fumadocs-core/search/client";

//#region src/components/dialog/search-algolia.d.ts
interface AlgoliaSearchDialogProps extends search_d_exports.SharedProps {
  searchOptions: AlgoliaOptions;
  links?: search_d_exports.SearchLink[];
  footer?: ReactNode;
  defaultTag?: string;
  tags?: search_d_exports.TagItem[];
  /**
   * Add the "Powered by Algolia" label, this is useful for free tier users
   *
   * @defaultValue false
   */
  showAlgolia?: boolean;
  /**
   * Allow to clear tag filters
   *
   * @defaultValue false
   */
  allowClear?: boolean;
}
declare function AlgoliaSearchDialog({
  searchOptions,
  tags,
  defaultTag,
  showAlgolia,
  allowClear,
  links,
  footer,
  ...props
}: AlgoliaSearchDialogProps): react_jsx_runtime71.JSX.Element;
//#endregion
export { AlgoliaSearchDialogProps, AlgoliaSearchDialog as default };
//# sourceMappingURL=search-algolia.d.ts.map