import Link, { LinkProps as TLinkProps } from './Link'; export type LinkProps = TLinkProps; export default Link;