import { EventEmitter } from '@angular/core'; import { NzCalendarI18nInterface } from 'ant-reset-private/i18n'; export declare class OkButtonComponent { locale: NzCalendarI18nInterface; okDisabled: boolean; readonly clickOk: EventEmitter; prefixCls: string; }