import { LightGallerySettings } from 'lightgallery/lg-settings.js';

type LightGalleryOptions = LightGallerySettings;
declare const defineLightGalleryConfig: (options: LightGalleryOptions) => void;

export { defineLightGalleryConfig };
