import { ControlSetItem, ControlSetRow } from '@superset-ui/chart-controls'; export declare const showLegendControl: ControlSetItem; export declare const legendSection: ControlSetRow[]; export declare const showValueControl: ControlSetItem; export declare const stackControl: ControlSetItem; export declare const onlyTotalControl: ControlSetItem; export declare const percentageThresholdControl: ControlSetItem; export declare const showValueSection: ControlSetRow[]; export declare const showValueSectionWithoutStack: ControlSetRow[]; export declare const richTooltipSection: ControlSetRow[]; export declare const xAxisLabelRotation: { name: string; config: { type: string; freeForm: boolean; clearable: boolean; label: string; choices: (string | number)[][]; default: number; renderTrigger: boolean; description: string; }; }; export declare const seriesOrderSection: ControlSetRow[]; export declare const truncateXAxis: ControlSetItem; export declare const xAxisBounds: ControlSetItem; export declare const minorTicks: ControlSetItem; export declare const forceCategorical: ControlSetItem; //# sourceMappingURL=controls.d.ts.map