1export interface ThumbnailSelectorProps { 2 onThumbnailSelected: (blob: Blob | undefined) => void; 3 thumbnailUrl?: string; 4}