import { type TextContentSearchHandle } from "./document-search-panel.js"; import type { EnterpriseAuditHandler } from "../types.js"; export type { TextContentSearchHandle }; export declare function attachTextContentSearch(host: HTMLElement, contentRoot: HTMLElement, title?: string, audit?: { fileName?: string; onEnterpriseEvent?: EnterpriseAuditHandler; }): TextContentSearchHandle; //# sourceMappingURL=text-content-search.d.ts.map