import { Story } from '@storybook/react'; import { LinkProps } from './Link'; declare const _default: { title: string; component: ({ appearance, label, ...other }: LinkProps) => JSX.Element; argTypes: { onClick: { action: string; table: { disable: boolean; }; }; }; }; export default _default; export declare const Demo: Story;