import * as React from 'react'; import { IEditable } from '@epam/uui-core'; interface Color { value: string; hex?: string; } interface ColorPickerProps extends IEditable { colors: Color[]; } export declare function ColorPicker(props: ColorPickerProps): React.JSX.Element; export {}; //# sourceMappingURL=ColorPicker.d.ts.map