import type { TestStep } from "@/types/playwright.js"; interface TestStepItemRecursiveProps { step: TestStep; level?: number; } export declare function TestStepItemRecursive({ step, level, }: TestStepItemRecursiveProps): import("react").JSX.Element; export {}; //# sourceMappingURL=TestStepItemRecursive.d.ts.map