export interface IDeleteDialogData { channelId: string; isChannel: boolean; onDelete: () => void; } export declare const DELETE_CHANNEL_DIALOG_ID = "DELETE_CHANNEL_DIALOG_ID"; declare const _default: any; export default _default;