/// <reference types="react" />
export declare const RectAnnotationOutline: ({ x, y, width, height, borderRadius, }: {
    x: number;
    y: number;
    width: number;
    height: number;
    borderRadius?: number | undefined;
}) => JSX.Element;
//# sourceMappingURL=RectAnnotationOutline.d.ts.map