import type React from 'react';
import { ChipProps } from '@mui/material';
declare const Chip: React.FC<ChipProps>;
export default Chip;
//# sourceMappingURL=chip.d.ts.map