import { EmbedRenderOptions } from './types'; /** * @deprecated 旧版本的 API * * 根据指定的选项将 Finder 嵌出页面以 iframe 形式渲染至目标节点 */ export declare function render(options: EmbedRenderOptions): HTMLIFrameElement | undefined; export declare function getFinderIFrameURL(options: Partial): string; export declare const getFinderUrl: (options: EmbedRenderOptions) => string;