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