import * as React from "react"; declare class Property extends React.PureComponent { static mapDataToProps: { name: { label: import("@ontologies/core").NamedNode[]; }; }; static linkOpts: { forceRender: boolean; returnType: string; }; static type: import("@ontologies/core").NamedNode[]; static topology: import("@ontologies/core").NamedNode[]; render(): JSX.Element; } export default Property;