import { FC } from 'react'; import { LinkProps } from './Link.types'; export declare const Link: FC;