export declare function getInstanceBoundingClientRect(instance: any, selector: string): Promise<any>;
export declare function getAllInstanceBoundingClientRect(instance: any, selector: string): Promise<any>;
