import { ZPagination_Props } from '@zurich/dev-utils/code/Pagination'; /** ## `` * * ... * * @example * ```html * * ``` * ___ * * */ declare const _default: __VLS_WithTemplateSlots & { readonly modelValue?: ZPagination_Props['model']; readonly showEdges?: ZPagination_Props['show-edges']; readonly customStr?: ZPagination_Props['custom-str']; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { restarted: () => any; "update:modelValue": (payload: number) => any; }, string, import('vue').PublicProps, Readonly & { readonly modelValue?: ZPagination_Props['model']; readonly showEdges?: ZPagination_Props['show-edges']; readonly customStr?: ZPagination_Props['custom-str']; }> & Readonly<{ onRestarted?: (() => any) | undefined; "onUpdate:modelValue"?: ((payload: number) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{ default: any; }> & { default: any; }>; export { _default as ZvPagination }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };