/// export interface ILinkWithClipboardProps { url: string; text: string; } export declare const LinkWithClipboard: ({ url, text }: ILinkWithClipboardProps) => JSX.Element;