declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: { scrollbarInstRef: ({ $: import('vue').ComponentInternalInstance; $data: {}; $props: Partial<{ trigger: "none" | "hover"; }> & Omit | undefined; contentClass?: any; contentStyle?: import('vue').StyleValue | undefined; container?: (() => HTMLElement | null) | undefined; }> & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "trigger">; $attrs: { [x: string]: unknown; }; $refs: { [x: string]: unknown; }; $slots: import('vue').Slots; $root: import('vue').ComponentPublicInstance | null; $parent: import('vue').ComponentPublicInstance | null; $emit: (event: string, ...args: any[]) => void; $el: any; $options: import('vue').ComponentOptionsBase | undefined; contentClass?: any; contentStyle?: import('vue').StyleValue | undefined; container?: (() => HTMLElement | null) | undefined; }>, { scrollTo: { (options?: ScrollToOptions): void; (x?: number, y?: number): void; }; scrollBy: { (options?: ScrollToOptions): void; (x?: number, y?: number): void; }; }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record, string, { trigger: "none" | "hover"; }> & { beforeCreate?: (() => void) | (() => void)[]; created?: (() => void) | (() => void)[]; beforeMount?: (() => void) | (() => void)[]; mounted?: (() => void) | (() => void)[]; beforeUpdate?: (() => void) | (() => void)[]; updated?: (() => void) | (() => void)[]; activated?: (() => void) | (() => void)[]; deactivated?: (() => void) | (() => void)[]; beforeDestroy?: (() => void) | (() => void)[]; beforeUnmount?: (() => void) | (() => void)[]; destroyed?: (() => void) | (() => void)[]; unmounted?: (() => void) | (() => void)[]; renderTracked?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; renderTriggered?: ((e: import('vue').DebuggerEvent) => void) | ((e: import('vue').DebuggerEvent) => void)[]; errorCaptured?: ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void) | ((err: unknown, instance: import('vue').ComponentPublicInstance | null, info: string) => boolean | void)[]; }; $forceUpdate: () => void; $nextTick: typeof import('vue').nextTick; $watch(source: string | Function, cb: Function, options?: import('vue').WatchOptions): import('vue').WatchStopHandle; } & Readonly<{ container?: unknown; trigger?: unknown; contentClass?: unknown; contentStyle?: unknown; theme?: unknown; themeOverrides?: unknown; } & { trigger: "none" | "hover"; } & { theme?: import('../../../theme-chalk').ThemeKey | undefined; themeOverrides?: Partial<{ scrollbarBackgroundColor: any; scrollbarBackgroundColorHover: any; scrollbarBorderRadius: any; scrollbarTransitionTime: any; cubicBezierEaseInOut: any; scrollbarSize: any; }> | undefined; contentClass?: any; contentStyle?: import('vue').StyleValue | undefined; container?: (() => HTMLElement | null) | undefined; }> & import('vue').ShallowUnwrapRef<{ scrollTo: { (options?: ScrollToOptions): void; (x?: number, y?: number): void; }; scrollBy: { (options?: ScrollToOptions): void; (x?: number, y?: number): void; }; }> & {} & {} & import('vue').ComponentCustomProperties & { $slots: { default?(_: {}): any; default?(_: {}): any; }; }) | null; }; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent<{ theme: { type: import('vue').PropType; }; themeOverrides: import('vue').PropType>; trigger: { type: import('vue').PropType<"none" | "hover">; default: string; }; contentClass: import('vue').PropType; contentStyle: import('vue').PropType; }, { scrollTo: { (options?: ScrollToOptions): void; (x?: number, y?: number): void; }; scrollBy: { (options?: ScrollToOptions): void; (x?: number, y?: number): void; }; }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, Record, string, import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, Readonly<{ theme?: unknown; themeOverrides?: unknown; trigger?: unknown; contentClass?: unknown; contentStyle?: unknown; } & { trigger: "none" | "hover"; } & { theme?: import('../../../theme-chalk').ThemeKey | undefined; themeOverrides?: Partial<{ scrollbarBackgroundColor: any; scrollbarBackgroundColorHover: any; scrollbarBorderRadius: any; scrollbarTransitionTime: any; cubicBezierEaseInOut: any; scrollbarSize: any; }> | undefined; contentClass?: any; contentStyle?: import('vue').StyleValue | undefined; }>, { trigger: "none" | "hover"; }>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };