import { PodOS, Thing } from '@pod-os/core'; /** * A tool to manage attachments of a thing. */ export declare class PosToolAttachments { el: HTMLElement; os: PodOS; resource: Thing; private attachmentsElement; componentWillLoad(): Promise; render(): any; }