import { IColorPickerConfiguration } from '../interfaces';
export declare class ColorPickerConfiguration implements IColorPickerConfiguration {
    width: number;
    height: number;
    borderRadius: number;
    constructor();
}
