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