import { PropType } from 'vue'; import { EmitType } from '../_utils/types'; declare var __VLS_1: {}, __VLS_18: {}, __VLS_20: {}; type __VLS_Slots = {} & { empty?: (props: typeof __VLS_1) => any; } & { default?: (props: typeof __VLS_18) => any; } & { footer?: (props: typeof __VLS_20) => any; }; declare const __VLS_base: import("vue").DefineComponent; default: string; }; onScroll: { type: PropType void>>; }; onReachBottom: { type: PropType void>>; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { scroll: (_e: Event) => any; reachBottom: (_e: Event) => any; }, string, import("vue").PublicProps, Readonly; default: string; }; onScroll: { type: PropType void>>; }; onReachBottom: { type: PropType void>>; }; }>> & Readonly<{ onScroll?: ((_e: Event) => any) | undefined; onReachBottom?: ((_e: Event) => any) | undefined; }>, { trigger: string | string[]; isEmpty: boolean; loading: boolean; bottomOffset: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };