import { Chart } from '../common/types';
/**
 * polarLegendLayout 极坐标系图例布局函数
 *
 * @param {Chart} chart 图表实例
 * */
export default function polarLegendLayout(chart: Chart): void;
