import type { ExtractPropTypes } from 'vue'; import type Pager from './pager.vue'; export declare const paginationPagerProps: { readonly currentPage: import("@element-plus-next/vue-utils").EpPropFinalized; readonly pageCount: { readonly type: import("@vue/runtime-core").PropType; readonly required: true; readonly validator: ((val: unknown) => boolean) | undefined; __epPropKey: true; }; readonly pagerCount: import("@element-plus-next/vue-utils").EpPropFinalized; readonly disabled: BooleanConstructor; }; export declare type PaginationPagerProps = ExtractPropTypes; export declare type PagerInstance = InstanceType;