import * as React from 'react'; import { TypographyProps } from '@mui/material/Typography'; type Props = { pSlot: React.JSXElementConstructor; pSlotProps: TypographyProps; inProgress: boolean; } & React.JSX.IntrinsicElements['p']; declare const _default: React.NamedExoticComponent; export default _default;