import React from 'react';
import type { Meta, StoryObj } from '@storybook/react-webpack5';
import Link from '../Link';
declare const meta: Meta<typeof Link>;
export default meta;
type Story = StoryObj<typeof Link>;
export declare const Default: Story;
export declare const Color_: (args: any) => React.JSX.Element;
export declare const Underline_: (args: any) => React.JSX.Element;
export declare const Size_: (args: any) => React.JSX.Element;
export declare const Url: Story;
//# sourceMappingURL=Link.stories.d.ts.map