import { Chip } from './Chip';

export { ChipProps, ChipTheme } from './Chip';
export { Chip }
export default Chip;
