import * as React from "react"; import type { BodyTypographyOwnProps, PolymorphicWithRef } from "../types"; declare type BodyTypographyProps = PolymorphicWithRef; declare type BodyTypographyElement = (props: BodyTypographyProps) => React.ReactElement>; declare const BodyTypography: BodyTypographyElement; export default BodyTypography; //# sourceMappingURL=BodyTypography.d.ts.map