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