import React from 'react'; import { FormContainerProps } from './FormContainer.types'; export declare const FormContainer: React.FC; export default FormContainer;