interface PropsType {
    visible: boolean;
    type: 'add' | 'remove';
    wbsKey: string;
    onClose: () => void;
    onAddOk: () => void;
}
export declare const TagLink: ({ visible, type, wbsKey, onClose, onAddOk }: PropsType) => JSX.Element;
export {};
