export type LightboxPluginOptions = { /** * The name of the vue element. * @default 'lightbox' */ name?: string; }; //# sourceMappingURL=plugin-options.d.ts.map