import type { UmbPropertyValueData } from '../../property/types.js'; /** * @function UmbObjectToPropertyValueArray * @param {object} data - an object with properties to be converted. * @returns {Array | undefined} - and array of property values or undefined */ export declare function umbObjectToPropertyValueArray(data: object | undefined): Array | undefined;