import type { UIInterface } from '../types'; export declare const highlightTextCls: string; export declare const highlightCls: string; export default function (it: UIInterface, container: HTMLElement): void; //# sourceMappingURL=highlight.d.ts.map