import type { ChipProps } from '@mui/material';
export default function Status(props: ChipProps): import("react").JSX.Element;
