export default function Chips(props: { label: string; letter?: string; onDeleteClick?: () => void; }): React.ReactElement;