import { Meta, Story } from '@storybook/react';
import { LinkProps } from '..';
declare const _default: Meta<LinkProps>;
export default _default;
export declare const Usage: Story<LinkProps>;
