export type { ChipProps, ChipAs, ChipShape, ChipColors } from './types'; export { Chip, ChipIconButton } from './chip'; export { getDeletableChipProps } from './utils';