import { LitElement } from 'lit'; import '../discord-custom-emoji/DiscordCustomEmoji.js'; export declare const discordSectionWithButton: { __context__: boolean; }; export declare class DiscordSection extends LitElement { /** * @internal */ static readonly styles: import("lit").CSSResult; hasButton: boolean; protected updated(): void; protected render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'discord-section': DiscordSection; } } //# sourceMappingURL=DiscordSection.d.ts.map