import { type IVisualizationProperties } from "../../../interfaces/Visualization.js"; export interface ILegendSection { controlsDisabled: boolean; properties?: IVisualizationProperties; propertiesMeta?: any; defaultLegendEnabled?: boolean; pushData?: (data: any) => any; } export declare const LegendSection: import("react").NamedExoticComponent; //# sourceMappingURL=LegendSection.d.ts.map