import type { LexOption } from './types'; export declare function getClipBoardHtml(src: string, options?: LexOption): string;