import { Meta, StoryObj } from '@storybook/react'; import RadialChart from './RadialChart'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const ChartWithStatus: Story;