export declare const RectAnnotationOutline: ({ x, y, width, height, borderRadius, }: {
    x: number;
    y: number;
    width: number;
    height: number;
    borderRadius?: number;
}) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=RectAnnotationOutline.d.ts.map