export declare class GetElementRoundedRectRequest {
    element: HTMLElement | SVGElement;
    static readonly fToken: unique symbol;
    constructor(element: HTMLElement | SVGElement);
}
