import { FunctionComponent } from 'react'; import { ChipBaseType } from '../base'; export declare const Chip: FunctionComponent; export default Chip;