import React from 'react';
import { LinkProps } from './types';
declare const LinkExternal: React.FC<LinkProps>;
export default LinkExternal;
