import { RouterNameSpace, VNode } from'../../core';
/**
* Link component
* @paramprops - The properties for the Link component.
* @returns The Link component.
*/export declare functionLink({ to, children, className }: RouterNameSpace.LinkProps): VNode;