import { FC } from 'react'; import { LinkProps } from '../../types'; import './styles.css'; declare const Link: FC; export default Link;