### Is this a regression? - [ ] Yes, this behavior used to work in the previous version ### The previous version in which this bug was not present was _No response_ ### Description It seems that type declarations / import paths are wrong for @angular/aria/private when referenced from Tabs and Listbox packages. ### Reproduction StackBlitz link: https://stackblitz.com/edit/stackblitz-starters-qaca4nrd Steps to reproduce: 1. Start the project 2. Import errors are shown <img width="1112" height="307" alt="Image" src="https://github.com/user-attachments/assets/53da7fb9-2089-4f3a-8a6d-2e92e5b4cf01" /> ### Expected Behavior Project should be built without problems. ### Actual Behavior Build fails because there is some issue with type declarations for @angular/aria/tabs and @angular/aria/listbox. ### Environment - Angular: 21.1.0 - CDK/Material/Aria: 21.1.0 - Browser(s): Chrome - Operating System (e.g. Windows, macOS, Ubuntu): Windows 11