interface LinkProps { href: string; children?: any; } export default function Link(props: LinkProps): JSX.Element; export {};