import React from 'react'; import { ChipProps, ChipSkin } from '../../types/chipProps'; export declare const chipsSkins: { [key in ChipSkin]: string; }; export declare const Chip: React.FC;