import React from 'react';
import './Link.scss';
declare const Link: React.ForwardRefExoticComponent<(Omit<import("./LinkTypes").ILinkProps, "ref"> | Omit<import("./LinkTypes").INextLinkProps, "ref">) & React.RefAttributes<HTMLAnchorElement>>;
export default Link;
