import { DataLegendSeriesValueInfoDescription } from "./DataLegendSeriesValueInfoDescription"; import { Type } from "./type"; /** * @hidden */ export declare class DataLegendSummaryColumnDescription extends DataLegendSeriesValueInfoDescription { static $t: Type; protected get_type(): string; constructor(); }