import type { ExtractPropTypes } from 'vue'; import type highlight from './highlight.vue'; export declare const highlightProps: { readonly text: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly keyword: import("@inte-cloud/lit-element/es/utils").EpPropFinalized<(new (...args: any[]) => string[]) | (() => string[]) | ((new (...args: any[]) => string[]) | (() => string[]))[], unknown, unknown, () => never[], boolean>; readonly caseSensitive: import("@inte-cloud/lit-element/es/utils").EpPropFinalized; readonly highlightStyle: import("@inte-cloud/lit-element/es/utils").EpPropFinalized<(new (...args: any[]) => { [key: string]: string; }) | (() => { [key: string]: string; }) | ((new (...args: any[]) => { [key: string]: string; }) | (() => { [key: string]: string; }))[], unknown, unknown, () => { backgroundColor: string; }, boolean>; }; export declare type HighLightProps = ExtractPropTypes; export declare type HighLightInstance = InstanceType;