export namespace TextVariant { const title: string; const titleLarge: string; const titleSmall: string; const body: string; const bodyLarge: string; const bodySmall: string; const label: string; const labelLarge: string; const labelSmall: string; const inherit: string; const display: string; const callout: string; } export const fontWeightType: PropTypes.Requireable>; export const textTransformType: PropTypes.Requireable; import PropTypes from 'prop-types';