declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: { containerRef: HTMLDivElement; }; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent; readonly default: "horizontal"; }; readonly lazy: { readonly type: BooleanConstructor; readonly default: false; }; }>, { getSizes: () => number[]; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { resize: (sizes: number[]) => any; }, string, import('vue').PublicProps, Readonly; readonly default: "horizontal"; }; readonly lazy: { readonly type: BooleanConstructor; readonly default: false; }; }>> & Readonly<{ onResize?: ((sizes: number[]) => any) | undefined; }>, { readonly lazy: boolean; readonly direction: import('./splitter').SplitterDirection; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, { containerRef: HTMLDivElement; }, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };