import { RdfType, Thing } from '@pod-os/core'; import { EventEmitter } from '../../stencil-public-runtime'; import { ResourceAware } from '../events/ResourceAware'; import '@shoelace-style/shoelace/dist/components/icon/icon.js'; import '@shoelace-style/shoelace/dist/components/tooltip/tooltip.js'; export declare class PosTypeBadges implements ResourceAware { data: RdfType[]; typeLabels: string[]; isExpanded: boolean; subscribeResource: EventEmitter; componentWillLoad(): void; receiveResource: (resource: Thing) => void; toggleDetails(): void; render(): any; }