import { type RenderOptions } from '@testing-library/react'; import { axe } from 'vitest-axe'; type A11yResult = Awaited>; declare function expectNoA11yViolations(ui: React.ReactElement, options?: RenderOptions): Promise; export { expectNoA11yViolations };