import { OverridableComponent } from '@mui/types';
import { ChipTypeMap } from './ChipProps';
/**
 * Chips represent complex entities in small blocks, such as a contact.
 *
 * Demos:
 *
 * - [Chip](https://mui.com/joy-ui/react-chip/)
 *
 * API:
 *
 * - [Chip API](https://mui.com/joy-ui/api/chip/)
 */
declare const Chip: OverridableComponent<ChipTypeMap>;
export default Chip;
