/** * Copies passed text to the clipboard * @param text - text to be copied to clipboard */ export declare function copyTextToClipboard(text: string): void;