import { type ScrollViewProps, type ScrollViewSlots } from './scroll-view.api'; type __VLS_Slots = ScrollViewSlots; declare const __VLS_component: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };