export type PaginationNavProps = { page?: number; pageCount?: number; totalPages?: number; siblings?: number; label?: string; previousLabel?: string; nextLabel?: string; previousHref?: string; nextHref?: string; class?: string; }; export declare const PaginationNav: import("vue").DefineComponent, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "page-change"[], "page-change", import("vue").PublicProps, Readonly> & Readonly<{ "onPage-change"?: ((...args: any[]) => any) | undefined; }>, { class: string; label: string; page: number; previousLabel: string; nextLabel: string; totalPages: number; pageCount: number; siblings: number; previousHref: string; nextHref: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; //# sourceMappingURL=PaginationNav.d.ts.map