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