export interface ColorPickerProps { id?: string; className?: string; tooltip: string; onChange: (event: Event) => void; }