import { VISTA_CHAT_BUBBLE_TYPES, VistaChatV1Props, VistaChatV2Props } from '../type/vista-chat-type'; export declare const chats: { avatarUrl: string; avatarAlt: string; firstName: string; lastName: string; lastMessage: string; timestamp: string; }[]; export declare const messages: { message: string; timestamp: string; type: VISTA_CHAT_BUBBLE_TYPES; }[]; export declare const vistaChatV1Props: VistaChatV1Props; export declare const vistaChatV2Props: VistaChatV2Props;