/// export interface LinkProps { to?: string; isRouted?: boolean; [prop: string]: any; } export declare const RoutedLink: (props: LinkProps) => JSX.Element; //# sourceMappingURL=RoutedLink.d.ts.map