/** Copy text to the clipboard */ export declare function copyToClipboard(textToCopy: string): void;