import { LinkProps } from '../../..';
declare const _default: {
    title: string;
    component: import("@project44-manifest/react-types").ForwardRefComponent<"a", LinkProps>;
};
export default _default;
export declare const Default: {
    (args: LinkProps): JSX.Element;
    args: {
        href: string;
    };
};
export declare const Inline: {
    (args: LinkProps): JSX.Element;
    args: {
        href: string;
    };
};
//# sourceMappingURL=Link.stories.d.ts.map