import { MediaItem } from './types'; declare const items: MediaItem[]; declare function LightboxShowcase(): import("react/jsx-runtime").JSX.Element; export default LightboxShowcase; export { items };