import { Relation, Thing } from '@pod-os/core'; import { EventEmitter } from '../../stencil-public-runtime'; import { ResourceAware } from '../events/ResourceAware'; export declare class PosReverseRelations implements ResourceAware { data: Relation[]; subscribeResource: EventEmitter; componentWillLoad(): void; receiveResource: (resource: Thing) => void; render(): any; }