import React from 'react'; /** * Displays a message with a connection error image. * * @example * */ export default function InternetConnectionErrorMessage(): React.JSX.Element;