import React from 'react'; type Props = {}; declare const DiscordLink: (props: Props) => React.JSX.Element; export default DiscordLink;