import { LitElement } from 'lit'; import type { LightTheme } from '../../types.js'; import '../discord-custom-emoji/DiscordCustomEmoji.js'; export declare class DiscordContainer extends LitElement implements LightTheme { /** * @internal */ static readonly styles: import("lit").CSSResult; /** * The color to use for the container's left border. * Can be any [CSS color value](https://www.w3schools.com/cssref/css_colors_legal.asp). */ accessor accentColor: string; accessor lightTheme: boolean; protected render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'discord-container': DiscordContainer; } } //# sourceMappingURL=DiscordContainer.d.ts.map