import type Total from './total.vue'; import type { ExtractPropTypes } from 'vue'; export declare const paginationTotalProps: { readonly total: import("@element-plus-next/vue-utils").EpPropFinalized; }; export declare type PaginationTotalProps = ExtractPropTypes; export declare type TotalInstance = InstanceType;