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