import { Blockquote } from 'mdast';
import { Handler } from '../parser.js';
export declare const blockquote: Handler<Blockquote>;
