import { SelectColor } from '../../base/theme'; export declare const getUnknownUser: (groupId?: string) => { email: string; nickName: string; id: string; color: SelectColor; smallImage: undefined; removed: boolean; };