import { mockResponsiveStyles, setMockFieldValue, getMockFieldValue, resetMockFieldValue } from '../../shared/tests/field-test-utils'; export { mockResponsiveStyles, setMockFieldValue, getMockFieldValue, resetMockFieldValue }; export declare const createSliderElement: (type?: string, metadata?: any, properties?: any, styles?: any) => { id: string; servar: any; properties: any; styles: any; repeat: boolean; }; export declare const createSliderProps: (element: any, customProps?: any) => any; export declare const createStatefulOnChange: () => jest.Mock; export declare const getSliderHandle: () => HTMLElement; export declare const getSliderRail: () => HTMLElement; export declare const getSliderTrack: () => HTMLElement; export declare const getSliderContainer: () => HTMLElement; export declare const getMinLabel: () => string; export declare const getMaxLabel: () => string; export declare const getCurrentValueDisplay: () => string; export declare const expectSliderToHaveMin: (expectedMin: number) => void; export declare const expectSliderToHaveMax: (expectedMax: number) => void; export declare const expectSliderToHaveValue: (expectedValue: number) => void; //# sourceMappingURL=test-utils.d.ts.map