import React from "react"; import type { MarkdownFieldProps } from "../types"; /** * This field lets you display markdown content. It supports {@link https://github.github.com/gfm/ GitHub Flavored Markdown}. * * @see {@link https://refine.dev/docs/api-reference/mui/components/fields/markdown} for more details. */ export declare const MarkdownField: React.FC; //# sourceMappingURL=index.d.ts.map