import type { PropType } from 'vue';
import type { PaginationLoadFn } from './type';
export declare const APagination: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
    total: {
        type: NumberConstructor;
    };
    meta: {
        type: PropType<Record<string, any>>;
    };
    busy: {
        type: BooleanConstructor;
    };
    load: {
        type: PropType<PaginationLoadFn>;
    };
}>, () => import("vue").VNodeChild, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
    total: {
        type: NumberConstructor;
    };
    meta: {
        type: PropType<Record<string, any>>;
    };
    busy: {
        type: BooleanConstructor;
    };
    load: {
        type: PropType<PaginationLoadFn>;
    };
}>> & Readonly<{}>, {
    busy: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
//# sourceMappingURL=APagination.d.ts.map