import { ChipTypeMap } from "."; /** * Chips represent complex entities in small blocks, such as a contact. * * Demos: * * - [Chips](https://mui.com/components/chips/) * * API: * * - [Chip API](https://mui.com/api/chip/) */ declare const Chip: import("@suid/types").OverridableComponent>; export default Chip; //# sourceMappingURL=Chip.d.ts.map