import { SVGInstance } from "../../../browser/instance/SVGInstance.js";
export declare class WidthHeight extends SVGInstance {
width(): string | number | null;
width(width: number | string): this;
height(): string | number | null;
height(height: number | string): this;
}