import React from 'react'; import type { LinkProps } from '../link'; interface Props { children?: React.ReactNode; } export declare type UserLinkProps = Props & Omit; declare const MemoUserLink: React.MemoExoticComponent & React.RefAttributes>>; export default MemoUserLink;