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