import { Rect } from './@types';
export declare function ControlGetPosByHandle(windowHandle: bigint, controlHandle: bigint): Rect;
