export declare class DCopyButton { textToCopy: string; delay: number; isCopied: boolean; copyText(): Promise; render(): any; }