export function blockquoteCompiler({ renderer, compiler }: {
    renderer: any;
    compiler: any;
}): ({ tokens }: {
    tokens: any;
}) => string;
//# sourceMappingURL=blockquote.d.ts.map