import React from 'react'; declare type MergeTagProps = { id: string; }; export declare const MergeTag: React.FC; export {};