import * as i0 from '@angular/core';

declare class NgDocCodeComponent {
    private elementRef;
    html: string;
    copyButton: boolean;
    name?: string;
    icon?: string;
    constructor();
    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>;
}

export { NgDocCodeComponent };
