/** * Title with highlighted search query. * * This component can be used to display the title of a search result with the * current search query visually differentiated within the title text. */ declare const _default: import("vue").DefineComponent, { titleChunks: import("vue").ComputedRef<[string, string, string]>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { searchQuery: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;