import { FC, PropsWithChildren } from 'react'; import { Merge } from 'type-fest'; import { ChipProps } from './RadioChip'; declare const Chip: FC & PropsWithChildren>; export default Chip;