import type { ThumbnailPreview } from './Previews/ThumbnailPreview'; /** * Thumbnail element props. * * @public */ export interface IThumbnailElementProps { preview: ThumbnailPreview | null; } //# sourceMappingURL=IThumbnailElementProps.d.ts.map