import { Meta, StoryFn } from '@storybook/react-vite';
import { default as TabPanels } from './TabPanels';
declare const meta: Meta<typeof TabPanels>;
export default meta;
export declare const TabPanelsWithForms: StoryFn<typeof TabPanels>;
export declare const TransactionDashboard: StoryFn<typeof TabPanels>;
