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