import { PaginationProps, PaginationSlots } from "./types.js"; //#region src/components/pagination/pagination.vue.d.ts type __VLS_Slots = PaginationSlots; declare const __VLS_base: import("vue").DefineComponent any; "update:pageSize": (value: number) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:page"?: ((value: number) => any) | undefined; "onUpdate:pageSize"?: ((value: number) => any) | undefined; }>, { showFirstOrLast: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };