import type { TestInstance } from 'test-renderer';
import type { TextMatch, TextMatchOptions } from '../matches';
export declare function toHaveAccessibleName(this: jest.MatcherContext, instance: TestInstance, expectedName?: TextMatch, options?: TextMatchOptions): {
    pass: boolean;
    message: () => string;
};
