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