import type { Root as HastRoot } from 'hast';
export declare function rehypeToRemarkCustomComponents(): (tree: HastRoot) => HastRoot;
