import React from 'react'; import { ChipProps } from '@material-ui/core'; declare const Chip: React.ElementType; export { Chip };