export declare class GetElementRoundedRectRequest {
    element: HTMLElement | SVGElement;
    constructor(element: HTMLElement | SVGElement);
}
