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