/** * Highlights the given part of the text. The component is smart enough to do matches * between special characters like tilde, cedilla, eñe, capital letters... * * @public */ declare const _default: import("vue").DefineComponent, { hasMatch: import("vue").ComputedRef; matchParts: import("vue").ComputedRef<{ start: string; match: string; end: string; }>; dynamicCSSClasses: import("vue").ComputedRef<{ [x: string]: boolean; 'x-highlight--has-match': boolean; 'xds:highlight-text': boolean; }>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly> & Readonly<{}>, { text: string; highlight: string; matchClass: string; noMatchClass: string; matchingPartClass: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=highlight.vue?vue&type=script&lang.d.ts.map