import { FC } from 'react'; import { AProps } from "../types"; export type LinkProps = AProps; declare const Link: FC; export default Link;