///
export declare const Context: import("react").Context;
interface ErrorWithStyleSheets {
error: Error;
styleSheets: CSSStyleSheet[];
root: ShadowRoot | null;
}
export declare function handleError({ error, styleSheets, root }: ErrorWithStyleSheets): void;
export {};