/// <reference types="react" />
import { SmartLinkProps } from './interface';
export declare function NavigationLink({ to, children, RouterLink, ...props }: SmartLinkProps): JSX.Element;
