/** * Returns true if any of the values are not undefined */ export declare function shouldApplyProps(...args: any[]): boolean;