import { ChartState } from '@shopify/polaris-viz-core'; import type { ArgType } from '@storybook/components'; import type { ChartContextValues } from '@shopify/polaris-viz-core/src/contexts'; export declare const CONTROLS_ARGS: { sort: string; expanded: boolean; }; export declare const THEME_CONTROL_ARGS: { description: string; options: string[]; control: { type: string; }; }; export declare const CHART_STATE_CONTROL_ARGS: { description: string; options: ChartState[]; }; export declare const TYPE_CONTROL_ARGS: { description: string; options: string[]; }; export declare const DIRECTION_CONTROL_ARGS: { description: string; options: string[]; }; export declare const LEGEND_CONTROL_ARGS: ArgType; export declare const LEGEND_FULL_WIDTH_ARGS: { description: string; control: { type: string; }; }; export declare const SHOW_LEGEND_ARGS: { description: string; control: { type: string; }; }; export declare const SHOW_LEGEND_VALUES_ARGS: { description: string; control: { type: string; }; }; export declare const RENDER_LEGEND_CONTENT_ARGS: { description: string; }; export declare const RENDER_HIDDEN_LEGEND_LABEL_ARGS: { description: string; }; export declare const RENDER_BUCKET_LEGEND_LABEL_ARGS: { description: string; }; export declare const DATA_ARGS: { description: string; }; export declare const ANNOTATIONS_ARGS: { description: string; }; export declare const LEGEND_POSITION_ARGS: { description: string; options: string[]; control: { type: string; }; }; export declare const X_AXIS_OPTIONS_ARGS: { description: string; }; export declare const Y_AXIS_OPTIONS_ARGS: { description: string; }; export declare const SKIP_LINK_ARGS: { description: string; }; export declare const IS_ANIMATED_ARGS: { description: string; }; export declare const DATA_SERIES_ARGS: { description: string; }; export declare const EMPTY_STATE_TEXT_ARGS: { description: string; }; export declare const MAX_SERIES_ARGS: { description: string; control: { type: string; }; }; export declare const SERIES_NAME_FORMATTER_ARGS: { description: string; }; export declare const LABEL_FORMATTER_ARGS: { description: string; }; export declare const PERCENTAGE_FORMATTER_ARGS: { description: string; }; export declare const FUNNEL_TOOLTIP_LABELS_ARGS: { description: string; }; export declare const SHOW_TOOLTIP_ARGS: { description: string; control: { type: string; }; }; export declare const DEFAULT_CHART_CONTEXT: ChartContextValues; export declare const DONUT_CHART_TOOLTIP_OPTIONS_ARGS: { description: string; control: { type: string; }; }; //# sourceMappingURL=constants.d.ts.map