import Observer from './observer.js'; import { Offset } from './iframe_offsets.js'; import App from '../index.js'; export declare enum InlineCssMode { Unset = -1, /** default behavior -- will parse and cache the css file on backend */ Disabled = 0, /** will attempt to record the linked css file as AdoptedStyleSheet object */ Inline = 1, /** will fetch the file, then simulate AdoptedStyleSheets behavior programmaticaly for the replay */ InlineFetched = 2, /** will fetch the file, then save it as plain css inside