import type { DataSeries } from '@shopify/polaris-viz-core'; import type { Story } from '@storybook/react'; import type { StackedAreaChartProps } from '../StackedAreaChart'; import { formatLinearYAxisLabel } from '../../../storybook/utilities'; export declare const DEFAULT_PROPS: { skipLinkText: string; yAxisOptions: { labelFormatter: typeof formatLinearYAxisLabel; }; isAnimated: boolean; }; export declare const DEFAULT_DATA: DataSeries[]; export declare const Template: Story; //# sourceMappingURL=data.d.ts.map