declare var __VLS_1: {}, __VLS_3: {}, __VLS_9: {}, __VLS_11: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; } & { loading?: (props: typeof __VLS_3) => any; } & { finished?: (props: typeof __VLS_9) => any; } & { error?: (props: typeof __VLS_11) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: "vertical"; }; readonly loadingText: { readonly type: StringConstructor; readonly default: ""; }; readonly finishedText: { readonly type: StringConstructor; readonly default: ""; }; readonly errorText: { readonly type: StringConstructor; readonly default: ""; }; readonly immediateCheck: { readonly type: BooleanConstructor; readonly default: true; }; readonly disabled: { readonly type: BooleanConstructor; readonly default: false; }; readonly target: { readonly type: StringConstructor; readonly default: ""; }; readonly useObserver: { readonly type: BooleanConstructor; readonly default: true; }; readonly rootMargin: { readonly type: StringConstructor; readonly default: "0px"; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, { check: () => void; retry: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { readonly disabled: boolean; readonly direction: import("./infinite-scroll").InfiniteScrollDirection; readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly loading: boolean; readonly error: boolean; readonly target: string; readonly rootMargin: string; readonly loadingText: string; readonly finished: boolean; readonly threshold: number; readonly finishedText: string; readonly errorText: string; readonly immediateCheck: boolean; readonly useObserver: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };