import { DictionaryStringTo } from './dictionary-types';
export interface WCAGLinkData {
    text: string;
    url?: string;
    title?: string;
}
export declare const axeTagsToWcagLinkData: DictionaryStringTo<WCAGLinkData>;
