import { TypographyProps } from "./type.mjs";
import * as react18 from "react";

//#region src/Markdown/Typography.d.ts
declare const Typography: react18.NamedExoticComponent<TypographyProps>;
//#endregion
export { Typography };
//# sourceMappingURL=Typography.d.mts.map