```ts
const ModalCloseButton: React.FC<{
  className?: string;
  colorScheme?: ColorScheme;
  onClose?: ClickEventHandler;
}>;
```

A generic close button for modals, tooltips and pill toasts.
