import { type AxisType } from "../../../interfaces/AxisType.js"; import { type IVisualizationProperties } from "../../../interfaces/Visualization.js"; export interface ILabelSubsection { disabled: boolean; configPanelDisabled: boolean; axis: AxisType; properties?: IVisualizationProperties; pushData?: (data: any) => any; showFormat?: boolean; } export declare const LabelSubsection: import("react").NamedExoticComponent; //# sourceMappingURL=LabelSubsection.d.ts.map