export interface Rectangle { left: number; top: number; right: number; bottom: number; } export declare const emptyRectangle: Rectangle;