import React from 'react';
import { ContactSupportScreenProps } from './types.js';
/**
 * Component renders a screen with contact information for support with the application.
 * Contact information is pulled from the context passed into the workflow.
 *
 * @param {ContactSupportScreenProps} props - Props of Create Account Screen
 *
 * @category Component
 */
export declare const ContactSupportScreenBase: React.FC<ContactSupportScreenProps>;
