import {
  ChipProps,
} from '@material-ui/core/Chip';

export type IChipOwnProps = ChipProps;
