import type { Component, Props } from './types';
declare const componentID = "-ui-internal_link";
declare const NavLink: Component;
export default NavLink;
export { componentID };
export type { Component, Props };
