import React from "react";
import { ILinkProps } from "../../models/ILinkProps";
declare const Link: ({ label, href, target, rel, onClick, ref, className, size, fontFamily, type, style, underline, ...props }: ILinkProps) => React.JSX.Element;
export default Link;
