import { type APIActionRowComponent, type APITextInputComponent } from "discord-api-types/v10"; export declare function createModalActionRow(components: APITextInputComponent[]): APIActionRowComponent; //# sourceMappingURL=modalActionRow.d.ts.map