import { Meta, StoryObj } from '@storybook/react';
import ChartTemplate from '../ChartTemplate';
declare const meta: Meta;
export default meta;
export declare const DoughnutTitleSectorsName: StoryObj<typeof ChartTemplate>;
export declare const DoughnutTitleSectorsNameValue: StoryObj<typeof ChartTemplate>;
export declare const DoughnutTitleLegend: StoryObj<typeof ChartTemplate>;
export declare const DoughnutTitleLegendValues: StoryObj<typeof ChartTemplate>;
