/**
 * Paragraph.
 * - Captures almost anything in a block context.
 * - Any run of non-whitespace.
 * - Leading and trailing whitespace is trimmed.
 */
export declare const PARAGRAPH_RULE: import("../MarkupRule.js").MarkupRule;
