export declare class EmojiOrLabelButtonMixinA mixin that adds emoji and label symbols to a button builder.
setEmoji(emoji: APIMessageComponentEmoji) : this
emoji: APIMessageComponentEmoji
Sets the emoji to display on this button.
setLabel(label: string) : this
label: string
Sets the label for this button.