import { type PlaywrightTestArgs, type PlaywrightTestOptions, type PlaywrightWorkerArgs, type PlaywrightWorkerOptions, type TestInfo } from '../utils/JestPlaywright.js'; export declare const testLabelBehaviour: (tagName: string, storyExport?: string) => TestFunction; export declare const testHintBehaviour: (tagName: string, storyExport?: string) => TestFunction; export declare const testErrorBehaviour: (tagName: string, storyExport?: string) => TestFunction; export declare const testValueBehaviour: (tagName: string, storyExport?: string) => TestFunction; export declare const testPrefixBehaviour: (tagName: string, storyExport?: string) => TestFunction; export declare const testSuffixBehaviour: (tagName: string, storyExport?: string) => TestFunction; export declare const testClearableBehaviour: (tagName: string, storyExport?: string) => TestFunction; export declare const testCustomClearableSlotBehaviour: (tagName: string, storyExport?: string) => TestFunction; export declare const testDisabledBehaviour: (tagName: string, storyExport?: string) => TestFunction; export type TestArgs = PlaywrightTestArgs & PlaywrightTestOptions & PlaywrightWorkerArgs & PlaywrightWorkerOptions; export type TestFunction = (args: TestArgs, testInfo: TestInfo) => Promise; //# sourceMappingURL=OmniInputPlaywright.d.ts.map