import type { PropType } from 'vue';
export interface HighlightOptionProps {
    content: string;
    keyword: string;
}
declare const _default: import("vue").DefineComponent<{
    content: PropType<HighlightOptionProps["content"]>;
    keyword: PropType<HighlightOptionProps["keyword"]>;
}, () => import("vue/jsx-runtime").JSX.Element, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    content: PropType<HighlightOptionProps["content"]>;
    keyword: PropType<HighlightOptionProps["keyword"]>;
}>>, {}, {}>;
export default _default;
