import React from 'react'; import { ChipProps } from './types'; export declare function Chip({ id, className, label, value, variant, icon, disabled, isLoading, selected, showClose, onClick, onRemove, ...props }: ChipProps): React.JSX.Element;