import { ChatMessage } from "../index"; export declare const DictionaryMock: { module: { appName: string; }; shared: {}; comp: {}; }; export declare const DictionaryMockEng: { module: { appName: string; }; shared: {}; comp: {}; }; export declare const dialogs: { id: number; img: string; name: string; mess: string; time: { created: Date; }; newMessage: number; category: string; online: boolean; }[]; export declare const categories: { name: string; id: string; }[]; export declare const MessageMock: ChatMessage[]; export declare const logo: { id: string; logo: string; }; export declare const contacts: { id: number; img: string; name: string; mess: string; time: { created: Date; }; category: string; online: boolean; }[]; export declare const disableInnerSearchDialogs: boolean; export declare const disableInnerSearchMessages: boolean; /** * module * */ export declare const messages: { id: number; name: string; message: string; img: string; date: string; position: string; }[];