/**
 * Appearances of chat conversation.
 * @public
 */
export declare const ChatConversationAppearance: {
    readonly default: undefined;
    readonly overlay: "overlay";
};
export type ChatConversationAppearance = (typeof ChatConversationAppearance)[keyof typeof ChatConversationAppearance];
