import { ActionRowBuilder } from 'discord.js';
declare function CreateRow(...components: any[]): ActionRowBuilder<any>;
export default CreateRow;
