import React from 'react'; export declare const setMockFieldValue: (value: any) => void; export declare const getMockFieldValue: () => any; export declare const resetMockFieldValue: () => void; export declare const mockResponsiveStyles: { getTarget: jest.Mock<{}, []>; getTargets: jest.Mock<{}, []>; getMobileBreakpoint: jest.Mock; applyFontStyles: jest.Mock; addTargets: jest.Mock; apply: jest.Mock; applyHeight: jest.Mock; applyWidth: jest.Mock; applyBorders: jest.Mock; applyCorners: jest.Mock; applyBoxShadow: jest.Mock; applyColor: jest.Mock; applySelectorStyles: jest.Mock; }; export declare const createBaseElement: (id: string, type: string, metadata?: any, properties?: any, styles?: any) => { id: string; servar: any; properties: any; styles: any; repeat: boolean; }; export declare const createFieldProps: (element: any, customProps?: any) => any; export declare const createStatefulTextOnChange: () => jest.Mock]>; export declare const createStatefulFileOnChange: () => jest.Mock; export declare const createStatefulAcceptHandler: () => jest.Mock; export declare const createMockFile: (name: string, type: string, size?: number, content?: string) => File; export declare const createMockImageFile: (name?: string, size?: number) => File; export declare const createMockDocumentFile: (name?: string, size?: number) => File; export declare const createFileInputChangeEvent: (files: File[]) => { target: { files: FileList; }; }; export declare const createDragEvent: (files: File[]) => { preventDefault: jest.Mock; stopPropagation: jest.Mock; dataTransfer: { files: FileList; }; }; export declare const expectFieldToBeDisabled: (field: HTMLElement) => void; export declare const expectFieldToBeRequired: (field: HTMLElement) => void; export declare const expectFieldToHaveMaxLength: (field: HTMLElement, maxLength: number) => void; export declare const expectFieldToHaveMinLength: (field: HTMLElement, minLength: number) => void; export declare const expectFieldToHaveAriaLabel: (field: HTMLElement, label: string) => void; //# sourceMappingURL=field-test-utils.d.ts.map