import { ModalOptions } from './modal-types';
import * as i0 from "@angular/core";
export declare class NzModalTitleComponent {
    config: ModalOptions;
    constructor(config: ModalOptions);
    static ɵfac: i0.ɵɵFactoryDeclaration<NzModalTitleComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<NzModalTitleComponent, "div[nz-modal-title]", ["NzModalTitleBuiltin"], {}, {}, never, never, true, never>;
}
