/// import React from 'react'; export declare const getContextWrapper: (props?: {}) => ({ children }: { children?: React.ReactNode; }) => JSX.Element; export declare const mockGetField: jest.Mock; export declare const MockGoogleFormComponent: ({ children, onSubmit }: { children?: React.ReactNode; onSubmit: (data: object) => void; }) => JSX.Element; export declare const submitForm: () => Promise;