import type { PropType } from 'vue'; type PaginationLoadFn = (data?: any) => Promise | void; /** * Thin adapter mapping authup's entity-collection footer contract * (`{ busy, meta, load }`, where `meta` is rapiq's * `{ total, pagination: { limit, offset } }`) onto ``. * * `` is `inline-flex`, so the wrapping `flex justify-center` * centers it for every collection footer without each caller adding a * wrapper. */ export declare const APagination: import("vue").DefineComponent>; }; busy: { type: BooleanConstructor; }; load: { type: PropType; }; }>, () => import("vue").VNode, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly>; }; busy: { type: BooleanConstructor; }; load: { type: PropType; }; }>> & Readonly<{}>, { busy: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export {}; //# sourceMappingURL=APagination.d.ts.map