import type { ChipProps } from './Chip.types';
declare function Chip({ preset, label, icon, onDelete, onClick, ...otherProps }: ChipProps): import("react/jsx-runtime").JSX.Element;
export default Chip;
