/** * Floating search bar for ScalarVirtualText * * Provides find-in-text functionality with match navigation (next/prev) * and result count display. * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ /** Current search query (v-model) */ query: string; /** Total number of matches */ matchCount: number; /** Zero-based index of the currently active match */ activeMatchIndex: number; }, { focus: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { close: () => any; next: () => any; prev: () => any; "update:query": (value: string) => any; }, string, import("vue").PublicProps, Readonly<{ /** Current search query (v-model) */ query: string; /** Total number of matches */ matchCount: number; /** Zero-based index of the currently active match */ activeMatchIndex: number; }> & Readonly<{ onClose?: (() => any) | undefined; onNext?: (() => any) | undefined; onPrev?: (() => any) | undefined; "onUpdate:query"?: ((value: string) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarVirtualTextSearch.vue.d.ts.map