import { NzDatePickerComponent } from './date-picker.component';
import * as i0 from "@angular/core";
export declare class NzQuarterPickerComponent {
    datePicker: NzDatePickerComponent;
    constructor(datePicker: NzDatePickerComponent);
    static ɵfac: i0.ɵɵFactoryDeclaration<NzQuarterPickerComponent, [{ optional: true; host: true; }]>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<NzQuarterPickerComponent, "nz-quarter-picker", ["nzQuarterPicker"], {}, {}, never, never, true, never>;
}
