import { StoryObj } from '@storybook/react'; import { Wallet } from './Wallet'; declare const meta: { title: string; component: typeof Wallet; parameters: { layout: string; }; }; export default meta; type Story = StoryObj; export declare const Primary: Story; //# sourceMappingURL=Wallet.stories.d.ts.map