import type { ImageCompareResult } from '../methods/images.interfaces.js'; import type { InternalCheckElementMethodOptions } from './check.interfaces.js'; /** * Compare an image of the element */ export default function checkWebElement({ methods, instanceData, folders, element, tag, checkElementOptions, testContext, isNativeContext, }: InternalCheckElementMethodOptions): Promise; //# sourceMappingURL=checkWebElement.d.ts.map