declare var __VLS_13: {}, __VLS_15: {}, __VLS_26: {}; type __VLS_Slots = {} & { 'prev-icon'?: (props: typeof __VLS_13) => any; } & { 'next-icon'?: (props: typeof __VLS_15) => any; } & { default?: (props: typeof __VLS_26) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: () => number[]; }; readonly layout: { readonly type: StringConstructor; readonly default: "prev, pager, next"; }; readonly pagerCount: { readonly type: NumberConstructor; readonly default: 7; }; readonly background: { readonly type: BooleanConstructor; readonly default: false; }; readonly small: { readonly type: BooleanConstructor; readonly default: false; }; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; readonly hideOnSinglePage: { readonly type: BooleanConstructor; readonly default: false; }; readonly circle: { readonly type: BooleanConstructor; readonly default: false; }; readonly prevText: StringConstructor; readonly nextText: StringConstructor; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, { currentPage: number; pageSize: number; pageCount: number; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { "update:currentPage": (val: number) => any; "update:pageSize": (val: number) => any; "current-change": (val: number) => any; "size-change": (val: number) => any; "prev-click": (val: number) => any; "next-click": (val: number) => any; }, string, import("vue").PublicProps, Readonly; readonly default: () => number[]; }; readonly layout: { readonly type: StringConstructor; readonly default: "prev, pager, next"; }; readonly pagerCount: { readonly type: NumberConstructor; readonly default: 7; }; readonly background: { readonly type: BooleanConstructor; readonly default: false; }; readonly small: { readonly type: BooleanConstructor; readonly default: false; }; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; readonly hideOnSinglePage: { readonly type: BooleanConstructor; readonly default: false; }; readonly circle: { readonly type: BooleanConstructor; readonly default: false; }; readonly prevText: StringConstructor; readonly nextText: StringConstructor; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>> & Readonly<{ "onUpdate:currentPage"?: ((val: number) => any) | undefined; "onUpdate:pageSize"?: ((val: number) => any) | undefined; "onCurrent-change"?: ((val: number) => any) | undefined; "onSize-change"?: ((val: number) => any) | undefined; "onPrev-click"?: ((val: number) => any) | undefined; "onNext-click"?: ((val: number) => any) | undefined; }>, { readonly disabled: boolean; readonly small: boolean; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly background: boolean; readonly layout: string; readonly circle: boolean; readonly total: number; readonly currentPage: number; readonly pageSize: number; readonly pageSizes: number[]; readonly pagerCount: number; readonly hideOnSinglePage: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };