/** * this file is based on * https://github.com/ItzDerock/discord-components/tree/main/packages/core/src/components/discord-header */ import { LitElement } from 'lit'; export declare class DiscordTranscriptHeader extends LitElement { /** * @internal */ static readonly styles: import("lit").CSSResult; /** * The guild name */ guild: string; /** * The name of the channel */ channel: string; /** * The icon to display. */ icon?: string; getLettersName(): string; protected render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'discord-transcript-header': DiscordTranscriptHeader; } } //# sourceMappingURL=DiscordTranscriptHeader.d.ts.map