import { TemplateRef } from '@angular/core';
export declare class NzOptionComponent {
    template: TemplateRef<void>;
    nzLabel: string;
    nzValue: any;
    nzDisabled: boolean;
    nzCustomContent: boolean;
}
