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