import { CoreFormControlBaseComponent } from '../core-form-control-base/core-form-control-base.component'; import * as i0 from "@angular/core"; export interface ICoreSeenBy { id: string; username: string; userFullname?: string; avatar?: string; lastSeenOn: Date; } export declare class CoreSeenByComponent extends CoreFormControlBaseComponent { value: ICoreSeenBy[]; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }