/// import type { Story } from '@storybook/react'; import type { LineChartPredictiveProps } from '../types'; declare const _default: { title: string; parameters: { chromatic: { disableSnapshot: boolean; }; }; decorators?: import("@storybook/csf").DecoratorFunction[] | undefined; args?: Partial | undefined; argTypes?: Partial> | undefined; loaders?: import("@storybook/csf").LoaderFunction[] | undefined; render?: import("@storybook/csf").ArgsStoryFn | undefined; id?: string | undefined; includeStories?: (RegExp | string[]) | undefined; excludeStories?: (RegExp | string[]) | undefined; component?: import("react").ComponentType | undefined; subcomponents?: Record> | undefined; }; export default _default; export declare const FormattedValues: Story; //# sourceMappingURL=FormattedValues.chromatic.stories.d.ts.map