import type { PropType } from 'vue'; import type { EmitType } from '../_utils/types'; import type { SpinProps } from '../spin'; import { ScrollbarProps } from '../scrollbar'; declare var __VLS_1: {}, __VLS_8: {}, __VLS_15: {}, __VLS_27: {}, __VLS_29: {}; type __VLS_Slots = {} & { header?: (props: typeof __VLS_1) => any; } & { empty?: (props: typeof __VLS_8) => any; } & { 'virtual-list'?: (props: typeof __VLS_15) => any; } & { default?: (props: typeof __VLS_27) => any; } & { footer?: (props: typeof __VLS_29) => any; }; declare const __VLS_base: import("vue").DefineComponent; empty: BooleanConstructor; virtualList: BooleanConstructor; bottomOffset: { type: NumberConstructor; default: number; }; scrollbar: { type: PropType; default: boolean; }; onScroll: { type: PropType void>>; }; onReachBottom: { type: PropType void>>; }; showHeaderOnEmpty: { type: PropType; default: boolean; }; showFooterOnEmpty: { type: PropType; default: boolean; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { scroll: (_ev: Event) => any; reachBottom: (_ev: Event) => any; }, string, import("vue").PublicProps, Readonly; empty: BooleanConstructor; virtualList: BooleanConstructor; bottomOffset: { type: NumberConstructor; default: number; }; scrollbar: { type: PropType; default: boolean; }; onScroll: { type: PropType void>>; }; onReachBottom: { type: PropType void>>; }; showHeaderOnEmpty: { type: PropType; default: boolean; }; showFooterOnEmpty: { type: PropType; default: boolean; }; }>> & Readonly<{ onScroll?: ((_ev: Event) => any) | undefined; onReachBottom?: ((_ev: Event) => any) | undefined; }>, { scrollbar: boolean | ScrollbarProps; loading: boolean; empty: boolean; virtualList: boolean; bottomOffset: number; showHeaderOnEmpty: boolean; showFooterOnEmpty: boolean; }, {}, {}, {}, 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; }; };