import * as React from 'react'; import { ILinkProps } from './Link.types'; export declare const Link: React.FunctionComponent;