import { LitElement } from 'lit'; import type { LightTheme } from '../../types.js'; export declare class DiscordEmbedDescription extends LitElement implements LightTheme { /** * @internal */ static readonly styles: import("lit").CSSResult; lightTheme: boolean; protected render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'discord-embed-description': DiscordEmbedDescription; } } //# sourceMappingURL=DiscordEmbedDescription.d.ts.map