import type { CSSProperties, PropType, SlotsType, VNode } from 'vue'; import type { ExtractPublicPropTypes } from '../../_utils'; import type { SplitOnUpdateSize } from './types'; export declare const splitProps: { readonly direction: { readonly type: PropType<"horizontal" | "vertical">; readonly default: "horizontal"; }; readonly resizeTriggerSize: { readonly type: NumberConstructor; readonly default: 3; }; readonly disabled: BooleanConstructor; readonly defaultSize: { readonly type: PropType; readonly default: 0.5; }; readonly 'onUpdate:size': PropType; readonly onUpdateSize: PropType; readonly size: PropType; readonly min: { readonly type: PropType; readonly default: 0; }; readonly max: { readonly type: PropType; readonly default: 1; }; readonly pane1Class: StringConstructor; readonly pane1Style: PropType; readonly pane2Class: StringConstructor; readonly pane2Style: PropType; readonly onDragStart: PropType<(e: Event) => void>; readonly onDragMove: PropType<(e: Event) => void>; readonly onDragEnd: PropType<(e: Event) => void>; readonly watchProps: PropType>; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }; export type SplitProps = ExtractPublicPropTypes; export interface SplitSlots { default?: () => VNode[]; 1?: () => VNode[]; 2?: () => VNode[]; 'resize-trigger'?: () => VNode[]; } declare const _default: import("vue").DefineComponent; readonly default: "horizontal"; }; readonly resizeTriggerSize: { readonly type: NumberConstructor; readonly default: 3; }; readonly disabled: BooleanConstructor; readonly defaultSize: { readonly type: PropType; readonly default: 0.5; }; readonly 'onUpdate:size': PropType; readonly onUpdateSize: PropType; readonly size: PropType; readonly min: { readonly type: PropType; readonly default: 0; }; readonly max: { readonly type: PropType; readonly default: 1; }; readonly pane1Class: StringConstructor; readonly pane1Style: PropType; readonly pane2Class: StringConstructor; readonly pane2Style: PropType; readonly onDragStart: PropType<(e: Event) => void>; readonly onDragMove: PropType<(e: Event) => void>; readonly onDragEnd: PropType<(e: Event) => void>; readonly watchProps: PropType>; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }>, { themeClass: import("vue").Ref | undefined; onRender: (() => void) | undefined; cssVars: import("vue").ComputedRef<{ '--n-bezier': string; '--n-resize-trigger-color': string; '--n-resize-trigger-color-hover': string; }> | undefined; resizeTriggerElRef: import("vue").Ref; isDragging: import("vue").Ref; mergedClsPrefix: import("vue").Ref; resizeTriggerWrapperStyle: import("vue").ComputedRef<{ width: string; height: string; cursor: string; }>; resizeTriggerStyle: import("vue").ComputedRef<{ width: string; height: string; }>; handleMouseDown: (e: MouseEvent) => void; firstPaneStyle: import("vue").ComputedRef<{ flex: string; } | undefined>; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; readonly default: "horizontal"; }; readonly resizeTriggerSize: { readonly type: NumberConstructor; readonly default: 3; }; readonly disabled: BooleanConstructor; readonly defaultSize: { readonly type: PropType; readonly default: 0.5; }; readonly 'onUpdate:size': PropType; readonly onUpdateSize: PropType; readonly size: PropType; readonly min: { readonly type: PropType; readonly default: 0; }; readonly max: { readonly type: PropType; readonly default: 1; }; readonly pane1Class: StringConstructor; readonly pane1Style: PropType; readonly pane2Class: StringConstructor; readonly pane2Style: PropType; readonly onDragStart: PropType<(e: Event) => void>; readonly onDragMove: PropType<(e: Event) => void>; readonly onDragEnd: PropType<(e: Event) => void>; readonly watchProps: PropType>; readonly theme: PropType>; readonly themeOverrides: PropType>>; readonly builtinThemeOverrides: PropType>>; }>> & Readonly<{}>, { readonly disabled: boolean; readonly max: string | number; readonly defaultSize: string | number; readonly direction: "horizontal" | "vertical"; readonly min: string | number; readonly resizeTriggerSize: number; }, SlotsType, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default;