import { default as Chip } from './Chip';
import { Props } from './Chip.types';
export type ChipProps = Props;
export default Chip;
