export declare function unmountComponentAtNode(dom: any): boolean;
export declare function findDOMNode(component: any): any;
export declare function createFactory(type: any): any;
export declare function unstable_renderSubtreeIntoContainer(parentComponent: any, vnode: any, container: any, callback: any): any;
export declare function isValidElement(element: any): boolean;
export declare const unstable_batchedUpdates: (fn: any, ...args: any[]) => void;
