import { Meta, StoryObj } from '@storybook/react';
import ChartTemplate from '../ChartTemplate';
declare const meta: Meta;
export default meta;
export declare const PieTitleSectorsName: StoryObj<typeof ChartTemplate>;
export declare const PieTitleSectorsNameValue: StoryObj<typeof ChartTemplate>;
export declare const PieTitleLegend: StoryObj<typeof ChartTemplate>;
export declare const PieTitleLegendValues: StoryObj<typeof ChartTemplate>;
