import Link from '../Link';
export declare const basic: () => JSX.Element;
export declare const withCustomComponent: () => JSX.Element;
declare const _default: {
title: string;
component: typeof Link;
parameters: {
notes: string;
};
};
export default _default;