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