import { type PushDataCallback } from "@gooddata/sdk-ui"; import { type CalculationType, type IDefaultLabelKeys } from "@gooddata/sdk-ui-charts"; import { type IComparisonControlProperties } from "../../../../interfaces/ControlProperties.js"; import { type IVisualizationProperties } from "../../../../interfaces/Visualization.js"; export interface ILabelSubSectionProps { sectionDisabled: boolean; showDisabledMessage?: boolean; defaultLabelKeys: IDefaultLabelKeys; calculationType: CalculationType; properties: IVisualizationProperties; pushData: PushDataCallback; } export declare function LabelSubSection({ sectionDisabled, showDisabledMessage, defaultLabelKeys, calculationType, properties, pushData }: ILabelSubSectionProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=LabelSubSection.d.ts.map