import { Meta } from '@storybook/html'; declare const meta: Meta; export default meta; export declare const BarChart: { args: { source: string; view: string; }; }; export declare const LegacyLineChart: { args: { source: string; view: string; }; }; export declare const BarChartWithNewConfig: { args: { source: string; view: string; }; render: ({ classes }: { classes: any; }, context: any) => HTMLDivElement; }; export declare const LineChartWithNewConfig: { args: { source: string; view: string; }; render: ({ classes }: { classes: any; }, context: any) => HTMLDivElement; };