declare const Base_legend: { align: string; verticalAlign: string; itemMarginBottom: number; squareSymbol: boolean; symbolHeight: number; symbolWidth: number; symbolRadius: number; itemStyle: { color: string; cursor: string; fontSize: string; fontWeight: string; }; }; export { Base_legend };