/// <reference types="react" />
import { ILinkProps } from './Link.types';
export declare const Link: (props: ILinkProps) => JSX.Element;
