import type { PropType } from 'vue'; import type { DocsearchOptions } from '../../shared/index.js'; export declare const Docsearch: import("vue").DefineComponent<{ containerId: { type: StringConstructor; required: false; default: string; }; options: { type: PropType; required: false; default: () => DocsearchOptions; }; }, () => (import("vue").VNode | null)[], unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; required: false; default: () => DocsearchOptions; }; }>>, { containerId: string; options: DocsearchOptions; }, {}>;