import { OnInit, AfterViewInit, OnChanges, SimpleChanges } from '@angular/core'; import { PickerComponent } from 'ng-zorro-antd-mobile/picker'; import { ControlValueAccessor } from '@angular/forms'; import * as i0 from "@angular/core"; export declare class PickerViewComponent extends PickerComponent implements OnInit, AfterViewInit, ControlValueAccessor, OnChanges { options: any; data: Array; cols: number; cascade: boolean; indicatorStyle: object; itemStyle: object; pickerViewInit(): void; init(): void; writeValue(value: any[]): void; registerOnChange(fn: (_: any[]) => void): void; registerOnTouched(fn: any[]): void; ngOnInit(): void; ngOnChanges(changes: SimpleChanges): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }