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