import React from 'react';
declare type Props = React.HTMLProps<HTMLLinkElement>;
export declare function Link(props: Props): null;
export {};
