import type { MdxJsxFlowElement } from 'mdast-util-mdx-jsx';
export declare function unifiedRemoveEmptyParagraphs(): (node: MdxJsxFlowElement) => undefined;
