import type { ComponentType } from '../types'; import { BaseSelectMenuComponent } from './BaseSelectMenuComponent'; export declare class ChannelSelectMenuComponent extends BaseSelectMenuComponent { get channelsTypes(): import("..").ChannelType[] | undefined; get defaultValues(): import("..").APISelectMenuDefaultValue[] | undefined; }