import { NzSafeAny } from './any'; export declare type FunctionProp = (...args: NzSafeAny[]) => T;