declare const useTypographyStyle: (props?: any) => import("@material-ui/styles").ClassNameMap<"label" | "body1" | "body2" | "headline1" | "headline2" | "headline3" | "breadcrumb1" | "breadcrumb2" | "smallText1" | "smallText2" | "smallLink" | "buttonLink" | "hintText" | "sectionTitle" | "subsectionHeader">;
export default useTypographyStyle;
