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