/// import { ChipProps } from './types'; declare const Chip: { (props: ChipProps): JSX.Element; defaultProps: { component: string; color: string; size: string; variant: string; }; }; export default Chip;