import React from "react";
import { TypographyProps } from "./Typography.types";
declare const Typography: React.FC<TypographyProps>;
export default Typography;
