import { RoundNode } from '../RoundNode';
export declare class Equivalent extends RoundNode {
    private CIRCLE_SIZE_DIFFERENCE;
    constructor(data: any, options: any);
    actualRadius(): number;
    afterDraw(parentElement: any): this;
    setHoverHighlighting(enable: any): void;
}
