/** * Copyright (c) Nicolas Gallagher. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. * * @noflow */ export declare const UIManager: { blur(node: any): void; focus(node: any): void; measure(node: any, callback: any): Promise; measureInWindow(node: any, callback: any): Promise<{ pageX: number; pageY: number; width: number; height: number; } | null>; measureLayout(node: HTMLElement, relativeToNativeNode: HTMLElement | undefined, onFail: () => void, onSuccess: (x: number, y: number, width: number, height: number) => void): Promise; configureNextLayoutAnimation(config: any, onAnimationDidEnd: any): void; setLayoutAnimationEnabledExperimental(): void; }; //# sourceMappingURL=index.d.ts.map