export declare class EntityInfoComponent { small: boolean; entity: { id: string; createdAt?: string; updatedAt?: string; }; }