import { SelectMenuComponent } from "./SelectMenuComponent"; import { APIChannelSelectComponent } from "discord-api-types/v10"; export default class ChannelSelectMenu extends SelectMenuComponent { channel_types: number[] | null; constructor(raw?: APIChannelSelectComponent); setChannelTypes(types: number[]): ChannelSelectMenu; } //# sourceMappingURL=ChannelSelectMenu.d.ts.map