import * as React from 'react'; import { WithStyles } from '../../core/withStyles'; import styles from './Typography.styles'; export interface TypographyStyleProps { center?: boolean; ellipsis?: boolean; muted?: boolean; nowrap?: boolean; small?: boolean; medium?: boolean; strikethrough?: boolean; bold?: boolean; } export interface TypographyProps extends TypographyStyleProps { className?: string; tag?: string; } export declare const Typography: React.FunctionComponent>; declare const _default: React.ComponentType; innerRef?: React.Ref; } & { children?: React.ReactNode; }, "medium" | "small" | "center" | "ellipsis" | "nowrap" | "bold" | "muted" | "strikethrough" | "className" | "tag" | "children"> & import("@material-ui/core/styles/withStyles").StyledComponentProps>; export default _default;