import { Meta, StoryObj } from '@storybook/react';
import ChartTemplate from '../ChartTemplate';
/**
 * These stories demonstrate how the Chart component handles error scenarios gracefully
 * instead of crashing the application.
 */
declare const meta: Meta;
export default meta;
export declare const TimeUnitFallback: StoryObj<typeof ChartTemplate>;
export declare const DataError: StoryObj<typeof ChartTemplate>;
