import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; component: (props: import("./TextLink").TextLinkProps) => import("@emotion/react/jsx-runtime").JSX.Element; parameters: { layout: string; }; tags: string[]; argTypes: { color: { control: "color"; }; }; }; export default meta; type Story = StoryObj; export declare const Default: Story; export declare const InText: Story; export declare const CustomColor: Story; //# sourceMappingURL=TextLink.stories.d.ts.map