/**
* Determines if any of the the provided properties are set (not null or undefined).
* @param {any} args One or more properties to checked.
* @returns {boolean} If One of the Property is set true otherwise false.
* @since 1.3.0
*/
export default function isAnySet(...args: any[]): boolean;
//# sourceMappingURL=isAnySet.d.ts.map