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