/** Get the CSSStyleSheet instance for a given style element... borrowed from SC~!! */
export declare const getSheet: (tag: HTMLStyleElement) => CSSStyleSheet;
