import type { Root } from 'hast'; export interface RehypeCodeBlockOptions { component?: string; } export declare function rehypeCodeBlock(options?: RehypeCodeBlockOptions): (tree: Root) => void;