///
import type { BodyTypographyOwnProps } from "../types";
declare const BodyTypography: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & Partial, Pick, HTMLParagraphElement>, keyof import("react").ClassAttributes | keyof import("react").HTMLAttributes>, {}>;
export default BodyTypography;
//# sourceMappingURL=BodyTypography.d.ts.map