```ts
const ColorPickerPreviewButton: React.FC<Omit<React.ComponentProps<"input">, "onChange" | "type"> & object>;
```
