import React from 'react';
export declare const SelectParentButton: React.FC<{
    nodeId: string;
}>;
