import { Rect as RectShape } from "@expofp/renderer";
import CoreRect from "../../../../core/Rect";
export declare class Rect extends RectShape {
    static fromCoreRect(rect: CoreRect, rotate?: number): RectShape;
    static inflateRect(rect: Rect, borderWidth: number): Rect;
}
//# sourceMappingURL=Rect.d.ts.map