import { TypographyProps } from '@mui/material'; import { default as React } from 'react'; export declare const PartiallyBoldedTypography: React.FunctionComponent<{ children: string; } & TypographyProps>;