import { APIMessageComponentInteraction } from 'discord-api-types/v10'; import { ButtonInteraction } from '../structures/ButtonInteraction.js'; import { FastifyReply } from 'fastify'; import { StringSelectMenuInteraction } from '../structures/StringSelectMenuInteraction.js'; export declare function componentType(interaction: APIMessageComponentInteraction, _reply: FastifyReply): ButtonInteraction | StringSelectMenuInteraction;