import { ElementRef } from '@angular/core';
import * as i0 from "@angular/core";
export declare class NgDocCodeComponent {
    private elementRef;
    html: string;
    copyButton: boolean;
    name?: string;
    icon?: string;
    constructor(elementRef: ElementRef<HTMLElement>);
    get hasHeader(): boolean;
    get codeElement(): HTMLElement | null;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgDocCodeComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NgDocCodeComponent, "ng-doc-code", never, { "html": { "alias": "html"; "required": false; }; "copyButton": { "alias": "copyButton"; "required": false; }; "name": { "alias": "name"; "required": false; }; "icon": { "alias": "icon"; "required": false; }; }, {}, never, ["*"], true, never>;
}
