declare var __VLS_7: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_7) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: ""; }; readonly maxHeight: { readonly type: import("vue").PropType; readonly default: ""; }; readonly native: { readonly type: BooleanConstructor; readonly default: false; }; readonly always: { readonly type: BooleanConstructor; readonly default: false; }; readonly minSize: { readonly type: NumberConstructor; readonly default: 20; }; readonly viewClass: { readonly type: StringConstructor; readonly default: ""; }; readonly viewStyle: { readonly type: import("vue").PropType; readonly default: ""; }; readonly noresize: BooleanConstructor; readonly tag: { readonly type: StringConstructor; readonly default: "div"; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, { wrap: import("vue").Ref; update: () => void; scrollTo(options: ScrollToOptions | number, y?: number): void; setScrollTop(value: number): void; setScrollLeft(value: number): void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly maxHeight: string | number; readonly height: string | number; readonly always: boolean; readonly tag: string; readonly minSize: number; readonly native: boolean; readonly viewClass: string; readonly viewStyle: import("vue").StyleValue; readonly noresize: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };