export declare const FOLLOWING: { name: string; photo: string; }[]; export declare const EMPTY: never[]; export declare const FOLLOWERS: { name: string; photo: string; }[]; export declare const data: { id: number; name: string; photo: string; image: any; description: string; }[];