import { type MessageActionRowComponent, type ActionRow } from 'discord.js'; export default function renderComponentRow(row: ActionRow, id: number): any; export declare function renderComponent(component: MessageActionRowComponent, id: number): any;