/** * @see https://developer.mozilla.org/en-US/docs/Web/API/CSS_Object_Model */ export * from './CSS'; export * from './cssom'; export * from './CSSProperty'; export * from './CSSStyleValuePool'; export * from './interfaces'; export * from './parser'; export * from './properties'; export * from './StyleValueRegistry'; //# sourceMappingURL=index.d.ts.map