import type { PropType } from 'vue'; import type { VueCSSClasses } from '../utils/types'; import type { XEventsTypes } from '../wiring'; /** * Component that renders a text with the number of rendered results and * the remaining ones and a `` with the logic of emitting * the event "UserReachedResultsListEnd" to load more results on click. * * @public */ declare const _default: import("vue").DefineComponent; default: string; }; /** * Events to customize what will be emitted by the loader button. * * @internal */ buttonEvents: { type: PropType>; }; }>, { resultsLength: import("vue").ComputedRef; totalResults: import("vue").ComputedRef; events: import("vue").ComputedRef>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; /** * Events to customize what will be emitted by the loader button. * * @internal */ buttonEvents: { type: PropType>; }; }>> & Readonly<{}>, { buttonClasses: VueCSSClasses; }, {}, { BaseEventButton: import("vue").DefineComponent<{}, {}, any>; }, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=page-loader-button.vue?vue&type=script&lang.d.ts.map