import type { RestOrArray } from '../common/types/util'; import { type APIActionRowComponent, type APIActionRowComponentTypes, type APIMessageActionRowComponent } from '../types'; import { BaseComponentBuilder } from './Base'; import type { ActionBuilderComponents, FixedComponents } from './types'; /** * Represents an Action Row component in a message. * @template T - The type of components in the Action Row. */ export declare class ActionRow extends BaseComponentBuilder> { /** * Creates a new instance of the ActionRow class. * @param data - Optional data to initialize the Action Row. * @example * const actionRow = new ActionRow