import { StringSelectMenuInteraction } from "discord.js";
import { ExtraCommandReplyInteractionOptions } from "../../types/types.js";
import { RexSelectMenuInteractionBase } from "./selectmenu.js";
export declare class RexStringSelectMenuInteraction extends RexSelectMenuInteractionBase {
    inter: StringSelectMenuInteraction;
    constructor(inter: StringSelectMenuInteraction, opt?: ExtraCommandReplyInteractionOptions);
}
