import React from 'react'; import { mockResponsiveStyles, setMockFieldValue, getMockFieldValue, resetMockFieldValue, expectFieldToBeDisabled, expectFieldToBeRequired, expectFieldToHaveAriaLabel } from '../../shared/tests/field-test-utils'; export { mockResponsiveStyles, setMockFieldValue, getMockFieldValue, resetMockFieldValue, expectFieldToBeDisabled, expectFieldToBeRequired, expectFieldToHaveAriaLabel }; export declare const createRadioGroupElement: (type?: string, metadata?: any, styles?: any) => { id: string; servar: any; properties: any; styles: any; repeat: boolean; }; export declare const createRadioGroupProps: (element: any, customProps?: any) => any; export declare const createStatefulOnChange: () => jest.Mock]>; export declare const createStatefulOtherOnChange: () => jest.Mock]>; export declare const createOptionsMetadata: (options: string[], labels?: string[], tooltips?: string[]) => { option_tooltips?: string[] | undefined; option_labels?: string[] | undefined; options: string[]; }; export declare const createRepeatOptionsMetadata: (repeatOptions: any[]) => { repeat_options: any[][]; }; export declare const createOtherOptionElement: (options?: string[], otherLabel?: string, otherTooltip?: string) => { id: string; servar: any; properties: any; styles: any; repeat: boolean; }; export declare const getRadioInputs: () => HTMLInputElement[]; export declare const getRadioInput: (index: number) => HTMLInputElement; export declare const getRadioInputByValue: (value: string) => HTMLInputElement; export declare const getOtherRadio: () => HTMLInputElement; export declare const getOtherTextInput: () => HTMLInputElement; export declare const getOptionLabels: () => string[]; export declare const getOptionLabel: (index: number) => string; export declare const getOptionTooltip: (value: string) => string; export declare const getOtherTooltip: () => string; export declare const expectRadioToBeChecked: (value: string) => void; export declare const expectRadioToBeUnchecked: (value: string) => void; export declare const expectOtherRadioToBeChecked: () => void; export declare const expectOtherRadioToBeUnchecked: () => void; export declare const expectRadioGroupToHaveValue: (value: string) => void; export declare const expectRadioGroupToHaveOptionCount: (count: number) => void; export declare const expectRadioToBeDisabled: (value: string) => void; export declare const expectRadioToBeEnabled: (value: string) => void; export declare const expectOtherRadioToBeDisabled: () => void; export declare const expectOtherRadioToBeEnabled: () => void; export declare const expectOtherTextInputToBeDisabled: () => void; export declare const expectOtherTextInputToBeEnabled: () => void; export declare const expectOtherTextInputToHaveValue: (value: string) => void; export declare const expectOptionToHaveTooltip: (value: string, tooltip: string) => void; export declare const expectOtherToHaveTooltip: (tooltip: string) => void; export declare const expectRadiosToHaveCorrectNames: (expectedName: string) => void; export declare const expectOtherRadioToHaveValue: (value: string) => void; //# sourceMappingURL=test-utils.d.ts.map