import { ChatBackground } from '../types'; import { BackgroundType } from '../types'; export declare class ChatBackgroundBase implements ChatBackground { type: BackgroundType; }