import React from "react"; interface Props extends React.PropsWithChildren> { to: string; } export declare const Link: React.FC; export {};