/** * Single-source keyboard/assistive-tech metadata, rendered into generated * docs (see scripts/emit-docs.ts). Every claim here is verified against the * component's implementation or an existing test assertion — see * docs/superpowers/task-7-report.md for the claim-by-claim evidence. */ export interface A11yEntry { keyboard: Array<{ keys: string; behavior: string; }>; notes?: string; } export declare const a11yMeta: Record; //# sourceMappingURL=a11y-meta.d.ts.map