export declare const PeopleItemsData: { id: number; firstName: string; lastName: string; email: string; phoneNumber: string; tags: { category: { id: number; name: string; slug: string; }[]; }; jobTitle: string; link: string; profileImage: string; alt: string; }[];