export declare class BlockEntity { id: number; username: string; telPhone: string; weChat: string; email: string; companyName: string; industryInvolved: string; employees: string; companyIntroduction: string; collapse: boolean; }