import { Rect } from './@types';
export declare function ControlGetPos(windowTitle: string, windowText: string, controlId: string): Rect;
