export declare class RedSocial { id: number; socialMedia: string; siglas: string; constructor(id: number, socialMedia: string, siglas: string); }