export interface PatchOptions { theme: string; getLanguage: (el: Element) => string; } export declare const patchElements: (elements: Element[], { theme, getLanguage, }?: Partial) => void; export declare const patchPreCodeElements: (opts: Partial) => void;