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<MarkSearchStringPart[]>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    /**
     * 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;
    };
}>>, {
    text: string;
    query: string;
}, {}>;
export default _default;
