import React from 'react'; interface LinkProps extends React.AnchorHTMLAttributes { to?: string; } export declare const Link: React.FC; export {};