import type { CSSProperties } from "vue"; import type { XySemanticClassNames, XySemanticStyles } from "../core"; import type { XySplitterResizeEvent, XySplitterSemanticProps } from "./types"; type SplitterLayout = "horizontal" | "vertical"; type __VLS_Props = { classNames?: XySemanticClassNames<"handle" | "root", XySplitterSemanticProps>; layout?: SplitterLayout; resizeStep?: number; styles?: XySemanticStyles<"handle" | "root", XySplitterSemanticProps>; }; declare var __VLS_1: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_1) => any; }; declare const __VLS_base: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { resize: (event: XySplitterResizeEvent) => any; "resize-end": (event: XySplitterResizeEvent) => any; "resize-start": (event: XySplitterResizeEvent) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onResize?: ((event: XySplitterResizeEvent) => any) | undefined; "onResize-end"?: ((event: XySplitterResizeEvent) => any) | undefined; "onResize-start"?: ((event: XySplitterResizeEvent) => any) | undefined; }>, { layout: SplitterLayout; classNames: import("..").XySemanticResolver>, XySplitterSemanticProps> | readonly (import("..").XySemanticResolver>, XySplitterSemanticProps> | undefined)[]; styles: import("..").XySemanticResolver>, XySplitterSemanticProps> | readonly (import("..").XySemanticResolver>, XySplitterSemanticProps> | undefined)[]; resizeStep: number; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };