export interface ChatListI18nInterface {
    noContactsFound: string;
    today: string;
    yesterday: string;
    loadingMessages: string;
    saySomething: string;
    searchContact: string;
}
//# sourceMappingURL=index.d.ts.map