import ChipComponent from './Chip.native'; export default ChipComponent; export { ChipComponent as Chip }; export type { ChipProps, ChipSize, ChipType, ChipIntent } from './types';