import * as i0 from '@angular/core';
import { ElementRef } from '@angular/core';
import { NzSafeAny } from 'ng-zorro-antd/core/types';

/**
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
 */

/**
 * A patch directive to select the element of a component.
 */
declare class NzElementPatchDirective {
    elementRef: ElementRef<any>;
    get nativeElement(): NzSafeAny;
    static ɵfac: i0.ɵɵFactoryDeclaration<NzElementPatchDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<NzElementPatchDirective, "[nzElement], [nz-element]", ["nzElement"], {}, {}, never, never, true, never>;
}

declare class NzElementPatchModule {
    static ɵfac: i0.ɵɵFactoryDeclaration<NzElementPatchModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<NzElementPatchModule, never, [typeof NzElementPatchDirective], [typeof NzElementPatchDirective]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<NzElementPatchModule>;
}

export { NzElementPatchDirective, NzElementPatchModule };
