import type Pagination from "./index.vue";

export type PaginationInstance = InstanceType<typeof Pagination>;
