import React from 'react'; import { PropertyProps } from './types'; /** * Object Proeprty * @param props PropertyProps */ export declare function Property(props: PropertyProps): React.ReactElement;