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