import { LitElement } from 'lit'; import type { LightTheme } from '../../types.js'; export declare class DiscordStringSelectMenu extends LitElement implements LightTheme { /** * @internal */ static readonly styles: import("lit").CSSResult; /** * Whether to show the `discord-string-select-menu` as disabled. */ accessor disabled: boolean; /** * The placeholder of the select-menu */ accessor placeholder: string; accessor lightTheme: boolean; protected render(): import("lit-html").TemplateResult<1>; private _onClick; } declare global { interface HTMLElementTagNameMap { 'discord-string-select-menu': DiscordStringSelectMenu; } } //# sourceMappingURL=DiscordStringSelectMenu.d.ts.map