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