/** * Type of `act` from `@testing-library/react` if it exists, * otherwise defaults to compatible type. */ export type ActType = (cb: () => void | Promise) => void | Promise; /** * Re-exports `act` from `"@testing-library/react"` in React18+ * or from `"@testing-library/react-hooks"` in React17 environments */ export declare const act: ActType; //# sourceMappingURL=act.d.ts.map