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