/// import { IColorRectangleProps } from './ColorRectangle.types'; export declare const ColorRectangle: (props: IColorRectangleProps) => JSX.Element;