/// import { ArticleBase } from "./ArticleBase"; /** * Renders nested resources which are referred to as values within an info list item (right hand). */ export declare class ThingInfoListCell extends ArticleBase { static topology: import("@ontologies/core").NamedNode[]; render(): JSX.Element; }