import { ChatTheme } from "../types";
export declare const defaultTheme: ChatTheme;
export declare const darkTheme: ChatTheme;
