import { CreateForumTopicOptionsApplicationJson } from '../types'; export declare class CreateForumTopicOptionsApplicationJsonBase implements CreateForumTopicOptionsApplicationJson { chat_id: any; name: string; icon_color: number; icon_custom_emoji_id: string; }