/// interface WrapperFormProps { children: React.ReactElement; } declare const WrapperForm: React.FC; export default WrapperForm;