export type WtGalleriaItem = { src: string; thumbnailSrc: string; title: string; description?: string; };