import { BaseDiscordSelectMenuOption } from '../_private/BaseDiscordSelectMenuOption.js'; export declare class DiscordStringSelectMenuOption extends BaseDiscordSelectMenuOption { /** * @internal */ static readonly styles: import("lit").CSSResult[]; /** * The emoji URL to use in the SelectMenu. */ emoji: string; /** * The name of the emoji used in the SelectMenu. */ emojiName: string; /** * The label of the option */ label: string; /** * The description of the option */ description: string; checkLabelIsProvided(): void; filter(searchValue: string): boolean; protected render(): import("lit").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'discord-string-select-menu-option': DiscordStringSelectMenuOption; } } //# sourceMappingURL=DiscordStringSelectMenuOption.d.ts.map