import * as React from "react";
export declare function applyReactStyle(element: HTMLElement, styles: React.CSSProperties): void;
