import { CSSProperties } from 'vue'; export interface Props { text?: string; patterns?: string[]; autoEscape?: boolean; caseSensitive?: boolean; highlightTag?: string; highlightClass?: string; highlightStyle?: CSSProperties; } declare const _default: import('vue').DefineComponent & Readonly<{}>, { text: string; patterns: string[]; autoEscape: boolean; caseSensitive: boolean; highlightTag: string; highlightClass: string; highlightStyle: CSSProperties; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLSpanElement>; export default _default;