///
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 Default: () => JSX.Element;
export declare const TrendWithAllPositive: () => JSX.Element;
export declare const TrendWithAllNegative: () => JSX.Element;
export declare const TrendWithMixedValues: () => JSX.Element;
export declare const TrendWithSimilarValues: () => JSX.Element;
export declare const TrendWithUndefinedValue: () => JSX.Element;
//# sourceMappingURL=SimpleBarChart.chromatic.stories.d.ts.map