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