import { ElementRef, EventEmitter, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CopyToClipboardDirective { private document; private renderer; private elementRef; fusionCopyToClipboard?: (elRef?: ElementRef) => string; copied: EventEmitter; private _document?; constructor(document: any, // todo: Document (open issue https://github.com/angular/angular/issues/20351) renderer: Renderer2, elementRef: ElementRef); onClick($event: any): void; private copyText; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }