import { WinboxUIComponent } from './component' /** Avatar Component */ export declare class WClipboard extends WinboxUIComponent { /** Copied text */ text: boolean; /** Instance events triggered by replication */ event: number; /** Set copy succeeded */ showSuccessTip: number; /** Failed to set copy */ showErrorTip: boolean; }