import React from 'react'; import { PropertyContentProps } from './registerMeta'; declare const PropertyContent: React.FC; export default PropertyContent;