/** * @dynamic is used because this class contains static properties */ export declare class ClipboardCopyFunction { /** * Copies the string content to the clipboard for the user to paste * @param copyContent the content to copy to the clipboard */ static ClipboardCopy(copyContent: string): void; } //# sourceMappingURL=clipboard-copy.function.d.ts.map