import { ElementRef, AfterContentChecked } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CodeBlockComponent implements AfterContentChecked { original: ElementRef; highlighted: ElementRef; code: string; language?: string; filename?: string; confirmed: boolean; ngAfterContentChecked(): void; copyToClipboard(): Promise; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }