export declare class ResizeGrip {
    visual: SVGGraphicsElement;
    readonly GRIP_SIZE = 10;
    constructor();
}
