import Chip from './Chip';
export { IChipProps } from './Chip.props';
export { Chip };
export default Chip;
