import './Link.scss'; import { LinkProps } from './types'; declare const Link: import("react").ForwardRefExoticComponent>; export default Link;