import type { MarkSearchStringPart } from '@grozav/utils'; declare const _default: import("vue").DefineComponent<{ /** * String to be marked * @type String * @default '' * @name text */ text: { type: StringConstructor; default: string; }; /** * Search string to use for marking * @type String * @default '' * @name query */ query: { type: StringConstructor; default: string; }; }, { parts: import("vue").ComputedRef; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, { text: string; query: string; }, {}>; export default _default;