import { Drawable } from '../types'; export declare function getDrawArea(drawable: Drawable): HTMLElement; export declare function shallowEquals(a: { [key: string]: any; }, b: { [key: string]: any; }): boolean; export declare function nextFrame(): Promise;