import SimpleMarkdown from "simple-markdown"; declare const text: { parse: ([content]: [any], recurseParse: any, state: any) => any; react(node: any, recurseOutput: any, state: any): import("react/jsx-runtime").JSX.Element; order: number; match: SimpleMarkdown.MatchFunction; quality?: ((capture: SimpleMarkdown.Capture, state: SimpleMarkdown.State, prevCapture: string) => number) | undefined; html: SimpleMarkdown.HtmlNodeOutput; }; export default text; //# sourceMappingURL=text.d.ts.map