import { FC } from 'react';
import { Props } from './Chip.types';
/**
 * The Chip component.
 */
declare const Chip: FC<Props>;
export default Chip;
