import React from "react";
import { TypographyProps } from "@material-ui/core";
interface IGovernanceTypography extends TypographyProps {
}
export declare const GovernanceTypography: React.FC<IGovernanceTypography>;
export {};
//# sourceMappingURL=GovernanceTypography.d.ts.map