The repository for Angular material can be found on GitHub at https://github.com/angular/material.angular.io. Within the source code, there is a typings.d.ts file that contains a type definition:
declare var System: any;
I am curious about the purpose of this type. Can you provide more information?