import { FC } from 'react'; interface RemoveLinkButtonProps { tooltipText: string; } export declare const RemoveLinkButton: FC; export {};