import React from 'react'; import { PropertyValueProps } from './types'; /** * Property value * @param param0 PropertyValueProps */ export declare function PropertyValue({ className, value, ...props }: PropertyValueProps): React.ReactElement;