import type { TestInstance } from 'test-renderer';
import type { TextMatch, TextMatchOptions } from '../../matches';
export declare function matchAccessibilityLabel(instance: TestInstance, expectedLabel: TextMatch, options?: TextMatchOptions): boolean;
