import { HTMLAttributes, DefineComponent, ComponentOptionsMixin, PublicProps, ComponentProvideOptions } from 'vue'; import { UseHighlightProps } from './use-highlight'; export interface HighlightBaseProps extends UseHighlightProps { } export interface HighlightProps extends HighlightBaseProps, /** * @vue-ignore */ HTMLAttributes { } declare const _default: DefineComponent & Readonly<{}>, { matchAll: boolean; ignoreCase: boolean; exactMatch: boolean; }, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; export default _default;