/// interface ColorPickerProps { colors: string[]; onPick: (color: string) => void; } declare const _default: ({ colors, onPick }: ColorPickerProps) => JSX.Element; export default _default; //# sourceMappingURL=ColorPicker.d.ts.map