/// <reference types="react" />
declare const typography: {
    Heading: import("react").FC<import("react").PropsWithChildren<import("./Heading").HeadingProperties>>;
    Paragraph: import("react").FC<import("react").PropsWithChildren<import("./Paragraph").ParagraphProperties>>;
};
export default typography;
