import { ElementHandle, Locator } from '@playwright/test'; export type ScreenshotFunction = (handleOrLocator: ElementHandle | Locator | null, options: { component: string; variant: string; snapshotStrategy?: 'hoist' | 'clip'; [key: string]: unknown; }) => Promise; export declare const test: import("@playwright/test").TestType; //# sourceMappingURL=index.d.ts.map