/// type Props = { href: string; children: React.ReactNode; }; export declare const NewTabLink: ({ href, children }: Props) => import("react/jsx-runtime").JSX.Element; export {};