import '@testing-library/jest-dom'; export declare const universalFieldComponentTests: ({ renderComponent, testValue, testLabel, componentType, }: { renderComponent: any; testValue: any; testLabel: any; componentType: any; }) => void;