import React from 'react'; import { type ChipProps } from '@mui/material/Chip'; declare const Chip: React.FC; export default Chip;