import { IMarkdownBlockCodeProps } from './shared';
export declare const blocksByLang: Record<string, React.FC<IMarkdownBlockCodeProps>>;
