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