Repository URL to install this package:
export declare class WAThemeDesignerClipboardService { private _value; constructor(); setValue(value: string): void; getValue(): string; }