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

//#region src/client/helpers/lightgallery.d.ts
type LightGalleryOptions = LightGallerySettings;
declare const defineLightGalleryConfig: (options: LightGalleryOptions) => void;
//#endregion
export { defineLightGalleryConfig };
//# sourceMappingURL=index.d.ts.map