import React from 'react'; import type { LinkProps } from './interface'; declare const LinkRef: React.ForwardRefExoticComponent>; export default LinkRef; export type { LinkProps };