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