/** @type {UIElementData} */ export const arrowPrev: UIElementData; /** @type {UIElementData} */ export const arrowNext: UIElementData; export type UIElementData = import('./ui-element.js').UIElementData; export type PhotoSwipe = import('../photoswipe.js').default;