/**
 * @file index.ts
 * @input Imports Lightbox component, useLightbox hook, and types
 * @output Exports Lightbox, useLightbox, and all related types
 * @position Component entry point; re-exported by /packages/core/src/index.ts
 */
export { Lightbox } from './Lightbox';
export type { LightboxProps, LightboxMedia, LightboxMediaType, } from './Lightbox';
export { useLightbox } from './useLightbox';
export type { UseLightboxOptions, UseLightboxReturn, } from './useLightbox';
//# sourceMappingURL=index.d.ts.map