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