import React from 'react'; import type { LinkProps } from '@mui/material'; export default function ExternalLink(props: LinkProps): React.JSX.Element;