import { FC } from "react"; declare type MuiTypographyVariants = "inherit" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "subtitle1" | "subtitle2" | "body1" | "body2" | "caption" | "button" | "overline" | "srOnly" | undefined; /** * A component that converts an raw Markdown string into @material-ui/core components. */ export declare const ReactMarkdownMui: FC<{ children: string; variant?: MuiTypographyVariants; }>; export {}; //# sourceMappingURL=index.d.ts.map