import React from 'react'; import { ObjectValueProps } from './types'; /** * Object value * @param param0 ObjectValueProps */ export declare function ObjectValue({ className, value, preview, maxPropertyLength, ...props }: ObjectValueProps): React.ReactElement;