export namespace IAboutUsSwiper { export interface Item { title: string; description: string; image: { default: string; webp: string; }; } }