import { MdxFlowExpression } from 'mdast-util-mdx';
export declare const createCommentNode: (componentName: string) => MdxFlowExpression;
