export declare class DActivityCard { message: string; logo: string; date: string; read: boolean; href?: string; render(): any; }