import 'prismjs/prism.js'; export declare function highlight(src: string, language: string): (part: import("lit-html").Part) => void;