export declare const rehypeHighlightCode: (options?: {}) => (tree: any) => void;
export default rehypeHighlightCode;
