import { FC } from 'react'; interface IChipsProps { theme?: any; label: string; handleClose: () => void; } export declare const Chips: FC; export {};