export declare const updateIntrinsicSize: (element: HTMLElement, attribute: "width" | "height") => void; export declare const addAdoptedStyleRule: (element: HTMLElement, selector: any, rule: any) => void; //# sourceMappingURL=updateIntrinsicSize.d.ts.map