import AxLightbox from './Lightbox.vue';
declare const Plugin: {
    install(Vue: any): void;
};
export default Plugin;
export { AxLightbox };
