/// import { ChipProps } from './chip.interfaces'; export declare const Chip: { ({ className, disabled, icon, spinIcon, showRemove, text, maxWidth, onClick, ...restProps }: ChipProps): JSX.Element; defaultTheme: () => [string, { height: string; backgroundColor: string; borderRadius: string; padding: string; margin: string; hover: { backgroundColor: string; iconColor: string; }; icon: { color: string; size: string; }; text: { color: string; size: string; transform: string; }; }]; };