export interface IStyleSheet { /** 获取样式表变量 */ getStyleSheetVariable: () => T; }