import { BackgroundTypeChatTheme } from '../types'; export declare class BackgroundTypeChatThemeBase implements BackgroundTypeChatTheme { type: string; theme_name: string; }