import type { Result } from 'axe-core';
export type ViolationProps = {
    target: string;
    violations: Result[];
};
