import { Seed, TemplateResult } from '@nutmeg/seed'; export declare class TwitterStatus extends Seed { status: import('twitter-d').Status; updateTimestamp: boolean; private eventTarget; constructor(); private get _user(); private get _status(); private get _retweet(); /** The component instance has been inserted into the DOM. */ connectedCallback(): void; /** The component instance has been removed from the DOM. */ disconnectedCallback(): void; /** Watch for changes to these attributes. */ static get observedAttributes(): string[]; /** Rerender when the observed attributes change. */ attributeChangedCallback(name: string, oldValue: any, newValue: any): void; /** Styling for the component. */ get styles(): TemplateResult; /** HTML Template for the component. */ get template(): TemplateResult; private get timestamp(); private get verifiedBadge(); private get autoLinkOptions(); private get linkedText(); private get textClass(); private get logoTemplate(); private get replyIcon(); private get retweetIcon(); private get likeIcon(); private get verifiedIcon(); private get mediaTemplate(); private get headerTemplate(); private get retweetTemplate(); private get textTemplate(); private get footerTemplate(); private get statusTemplate(); private get loadingTemplate(); }