import type { Meta, StoryObj } from "@storybook/react"; import { Link } from "@appsmith/wds"; /** * Link component is used to navigate to a different page or section of the current page. */ declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Main: Story; export declare const LineClamp: Story; export declare const Size: Story; export declare const FontWeight: Story;