/** * @license * Copyright 2024 Google LLC * SPDX-License-Identifier: BSD-3-Clause */ declare const MediaListShimWithRealType: typeof MediaList; export { MediaListShimWithRealType as MediaList }; declare const StyleSheetShimWithRealType: typeof StyleSheet; export { StyleSheetShimWithRealType as StyleSheet }; declare const CSSRuleShimWithRealType: typeof CSSRule; export { CSSRuleShimWithRealType as CSSRule }; declare const CSSRuleListShimWithRealType: typeof CSSRuleList; export { CSSRuleListShimWithRealType as CSSRuleList }; declare const CSSStyleSheetShimWithRealType: typeof CSSStyleSheet; export { CSSStyleSheetShimWithRealType as CSSStyleSheet, CSSStyleSheetShimWithRealType as CSSStyleSheetShim, }; //# sourceMappingURL=css.d.ts.map