export declare function measure(element: any): Promise<{ width: number; height: number; top: number; right: number; bottom: number; left: number; }>;