import { createStatefulAcceptHandler, mockResponsiveStyles, setMockFieldValue, getMockFieldValue, resetMockFieldValue, expectFieldToBeDisabled, expectFieldToBeRequired, expectFieldToHaveMaxLength, expectFieldToHaveMinLength, expectFieldToHaveAriaLabel } from '../../shared/tests/field-test-utils'; export declare const createTextFieldElement: (type: string, metadata?: any, styles?: any) => { id: string; servar: any; properties: any; styles: any; repeat: boolean; }; export declare const createTextFieldProps: (element: any, customProps?: any) => any; export { mockResponsiveStyles, setMockFieldValue, getMockFieldValue, resetMockFieldValue, expectFieldToBeDisabled, expectFieldToBeRequired, expectFieldToHaveMaxLength, expectFieldToHaveMinLength, expectFieldToHaveAriaLabel, createStatefulAcceptHandler }; //# sourceMappingURL=test-utils.d.ts.map