export default ChartLegendShape;
declare class ChartLegendShape extends ChartPartShape {
    constructor(options: any);
    get description(): string;
}
import ChartPartShape from "./ChartPartShape";
//# sourceMappingURL=ChartLegendShape.d.ts.map