interface LinkProps {
    to: string;
    newTab: boolean;
    label: string;
}
declare const Link: ({ to, newTab, label }: LinkProps) => import("react/jsx-runtime").JSX.Element;
export default Link;
//# sourceMappingURL=link.d.ts.map