import type { Meta, StoryObj } from '@storybook/react'; import { ButtonLink } from './ButtonLink'; declare const meta: Meta; export default meta; type Story = StoryObj; export declare const Usage: Story; export declare const External: Story;