import { NzSafeAny } from './any'; export declare type OnTouchedType = () => NzSafeAny; export declare type OnChangeType = (value: NzSafeAny) => void;