import React from 'react';
import { ContactSupportScreenProps } from './types.js';
/**
 * Component renders a screen with contact information for support with the application.
 *
 * @param {ContactSupportScreenProps} props - Props of Contact Support Screen
 *
 * @category Component
 */
export declare const ContactSupportScreen: React.FC<ContactSupportScreenProps>;
