/// <reference types="react" />
import { ColorPickerProps } from './type';
export declare function ColorPickerBrick(props: ColorPickerProps): JSX.Element;
