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