import type { SkRect } from "../types";
export declare const rrect: (r: SkRect, rx: number, ry: number) => import("../types").SkRRect;
