import { default as React } from 'react'; type Props = { children: JSX.Element | JSX.Element[] | string | null; }; export declare const LinkExternal: ({ children, ...restProps }: Props & React.AnchorHTMLAttributes) => React.JSX.Element; export {};