import React from 'react';
import { Props } from './Link.types';
import './Link.style.scss';
declare const Link: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLAnchorElement>>;
export default Link;
