import type { PropType, CSSProperties } from 'vue'; declare var __VLS_1: { page: number | undefined; }; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("vue").DefineComponent; }; activeStyle: { type: PropType; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { click: (_pageNumber: number, _e: Event) => any; }, string, import("vue").PublicProps, Readonly; }; activeStyle: { type: PropType; }; }>> & Readonly<{ onClick?: ((_pageNumber: number, _e: Event) => any) | undefined; }>, { disabled: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };