import type { Construct } from 'micromark-util-types'; import type { Acorn, AcornOptions } from 'micromark-factory-mdx-expression'; export declare const jsxText: (acorn: Acorn | undefined, acornOptions: AcornOptions | undefined, addResult: boolean | undefined, pattern: any) => Construct;