import PaginationPro from './src/pagination-pro.vue'; export declare const LlPaginationPro: import("ll-plus/es/utils").SFCWithInstall; readonly showTotal: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly isShowTotal: import("ll-plus/es/utils").EpPropFinalized; readonly prevIcon: import("ll-plus/es/utils").EpPropFinalized; readonly nextIcon: import("ll-plus/es/utils").EpPropFinalized; readonly pagingStyle: import("ll-plus/es/utils").EpPropFinalized; readonly alignment: import("ll-plus/es/utils").EpPropFinalized; readonly isGray: import("ll-plus/es/utils").EpPropFinalized; }>, { props: import("@vue/shared").LooseRequired; readonly showTotal: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly isShowTotal: import("ll-plus/es/utils").EpPropFinalized; readonly prevIcon: import("ll-plus/es/utils").EpPropFinalized; readonly nextIcon: import("ll-plus/es/utils").EpPropFinalized; readonly pagingStyle: import("ll-plus/es/utils").EpPropFinalized; readonly alignment: import("ll-plus/es/utils").EpPropFinalized; readonly isGray: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{}> & {}>; bem: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; attrs: import("vue").Attrs; containerAttrs: import("vue").ComputedRef<{ class: any; style: any; }>; componentAttrs: import("vue").ComputedRef<{ [x: string]: unknown; }>; getPagingStyle: import("vue").ComputedRef<"outline" | "solid" | "simple">; getPagingOrientation: import("vue").ComputedRef<"left" | "right" | "center">; handleShowTotal: (total: number, range: number[]) => any; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly showTotal: { readonly type: import("vue").PropType; readonly required: false; readonly validator: (val: unknown) => boolean; __epPropKey: true; }; readonly isShowTotal: import("ll-plus/es/utils").EpPropFinalized; readonly prevIcon: import("ll-plus/es/utils").EpPropFinalized; readonly nextIcon: import("ll-plus/es/utils").EpPropFinalized; readonly pagingStyle: import("ll-plus/es/utils").EpPropFinalized; readonly alignment: import("ll-plus/es/utils").EpPropFinalized; readonly isGray: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{}>, { readonly prevIcon: string; readonly nextIcon: string; readonly isGray: import("ll-plus/es/utils").EpPropMergeType; readonly showBg: import("ll-plus/es/utils").EpPropMergeType; readonly isShowTotal: import("ll-plus/es/utils").EpPropMergeType; readonly pagingStyle: import("ll-plus/es/utils").EpPropMergeType; readonly alignment: import("ll-plus/es/utils").EpPropMergeType; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export * from './src/pagination-pro'; declare module 'vue' { interface GlobalComponents { LlPaginationPro: typeof PaginationPro; } }