interface PaginationProps {
    pagination: Array<{
        label: string;
        url: string;
    }>;
    currentPage: number | string;
}
declare const _default: import("vue").DefineComponent<PaginationProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
    changePage: (...args: any[]) => void;
}, string, import("vue").PublicProps, Readonly<PaginationProps> & Readonly<{
    onChangePage?: ((...args: any[]) => any) | undefined;
}>, {
    pagination: Array<{
        label: string;
        url: string;
    }>;
    currentPage: number | string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, HTMLElement>;
export default _default;
