import React from 'react'; /** * Convert a simple key/value properties object to an initialValues object with the prefixes used by widget components */ export declare function getFieldValuesForProperties(type: any, properties: any): any; /** * Convert a values object with the prefixes used by widget components into a simple key/value properties object */ export declare function getPropertiesForFieldValues(type: any, values: any): {}; /** * Shared component for outputting dynamic fields from properties table */ export declare const PropertyField: (props: any) => React.JSX.Element; /** * Shared component for outputting dynamic fields from properties table */ export declare const PropertyFields: (props: any) => any; //# sourceMappingURL=PropertyFields.d.ts.map