import { RectangleF, SizeF } from "../../Math/index";
export declare class CornerRadiusConverter {
    private _rectangle;
    private _dpi;
    constructor(rectangle: RectangleF, dpi: number);
    convert(radiusString: string): SizeF[];
    private _normalize;
    private _combineRadiuses;
    private _getRadiuses;
    private _tryParseNumberPart;
    private _toPoints;
}
