import type CSSStyleDeclarationPropertyManager from '../../css/declaration/property-manager/CSSStyleDeclarationPropertyManager.js'; import type ICachedResult from './ICachedResult.js'; export default interface ICachedStyleResult extends ICachedResult { result: WeakRef | null; }