import type { MediaGalleryProps } from '../types/index'; /** * Media gallery grid with image/video preview and optional delete. */ export default function MediaGallery({ items, onSelect, onDelete, columns, deletable, }: MediaGalleryProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=MediaGallery.d.ts.map