import { Literal } from "@ontologies/core"; import * as React from "react"; interface PropTypes { linkedProp: Literal; } export declare class LiteralInfoListSectionLength extends React.PureComponent { static type: import("@ontologies/core").NamedNode; static property: any[]; static topology: import("@ontologies/core").NamedNode; render(): JSX.Element; } export {};