import type { ComponentPropsAndSlots, Meta, StoryObj } from '@storybook/vue3-vite'; import { TLink } from './TLink'; type ComponentAndCustomArgs = ComponentPropsAndSlots & { content: string; }; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const playground: Story; //# sourceMappingURL=TLink.stories.d.ts.map