import type CSSStyleDeclarationPropertyManager from '../../css/declaration/property-manager/CSSStyleDeclarationPropertyManager.js';
import type ICachedResult from './ICachedResult.js';
export default interface ICachedStyleResult extends ICachedResult {
    result: WeakRef<CSSStyleDeclarationPropertyManager> | null;
}
//# sourceMappingURL=ICachedStyleResult.d.ts.map