import FlexSplitLayout from './src/flex-split-layout.vue'; export declare const LlFlexSplitLayout: import("ll-plus/es/utils").SFCWithInstall; readonly leftCurrentWidth: import("ll-plus/es/utils").EpPropFinalized; readonly leftMinWidth: import("ll-plus/es/utils").EpPropFinalized; readonly leftMaxWidth: import("ll-plus/es/utils").EpPropFinalized; readonly rightMinWidth: import("ll-plus/es/utils").EpPropFinalized; readonly isShowBtn: import("ll-plus/es/utils").EpPropFinalized; readonly drag: import("ll-plus/es/utils").EpPropFinalized; readonly fold: import("ll-plus/es/utils").EpPropFinalized; readonly foldState: import("ll-plus/es/utils").EpPropFinalized; readonly dividerColor: import("ll-plus/es/utils").EpPropFinalized; readonly speed: import("ll-plus/es/utils").EpPropFinalized; readonly flex: import("ll-plus/es/utils").EpPropFinalized; }>, { bem: { b: (blockSuffix?: string) => string; e: (element?: string) => string; m: (modifier?: string) => string; be: (blockSuffix?: string, element?: string) => string; em: (element: string, modifier: string) => string; bm: (blockSuffix: string, modifier: string) => string; bem: (blockSuffix: string, element: string, modifier: string) => string; is: (name?: string) => string; }; props: import("@vue/shared").LooseRequired; readonly leftCurrentWidth: import("ll-plus/es/utils").EpPropFinalized; readonly leftMinWidth: import("ll-plus/es/utils").EpPropFinalized; readonly leftMaxWidth: import("ll-plus/es/utils").EpPropFinalized; readonly rightMinWidth: import("ll-plus/es/utils").EpPropFinalized; readonly isShowBtn: import("ll-plus/es/utils").EpPropFinalized; readonly drag: import("ll-plus/es/utils").EpPropFinalized; readonly fold: import("ll-plus/es/utils").EpPropFinalized; readonly foldState: import("ll-plus/es/utils").EpPropFinalized; readonly dividerColor: import("ll-plus/es/utils").EpPropFinalized; readonly speed: import("ll-plus/es/utils").EpPropFinalized; readonly flex: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{ "onUpdate:leftCurrentWidth"?: (...args: any[]) => any; "onUpdate:foldState"?: (...args: any[]) => any; onHandleFold?: (...args: any[]) => any; }> & {}>; emits: (event: "update:leftCurrentWidth" | "update:foldState" | "handleFold", ...args: any[]) => void; leftWidth: import("vue").Ref; isDragging: import("vue").Ref; startX: import("vue").Ref; startWidth: import("vue").Ref; dragLayoutRef: import("vue").Ref; leftPanelRef: import("vue").Ref; layoutWidth: import("vue").Ref; foldBtnRef: import("vue").Ref; showDragBtn: import("vue").ComputedRef; preFoldWidth: import("vue").Ref; foldState: import("vue").WritableComputedRef; internalFoldState: import("vue").Ref; initLayoutWidth: () => void; constrainBoundaries: () => void; handleFold: (state?: boolean) => void; startDrag: (e: MouseEvent) => void; stopDrag: () => void; onDrag: (e: MouseEvent) => void; handleResize: () => void; removeListeners: () => void; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:leftCurrentWidth" | "update:foldState" | "handleFold")[], "update:leftCurrentWidth" | "update:foldState" | "handleFold", import("vue").PublicProps, Readonly; readonly leftCurrentWidth: import("ll-plus/es/utils").EpPropFinalized; readonly leftMinWidth: import("ll-plus/es/utils").EpPropFinalized; readonly leftMaxWidth: import("ll-plus/es/utils").EpPropFinalized; readonly rightMinWidth: import("ll-plus/es/utils").EpPropFinalized; readonly isShowBtn: import("ll-plus/es/utils").EpPropFinalized; readonly drag: import("ll-plus/es/utils").EpPropFinalized; readonly fold: import("ll-plus/es/utils").EpPropFinalized; readonly foldState: import("ll-plus/es/utils").EpPropFinalized; readonly dividerColor: import("ll-plus/es/utils").EpPropFinalized; readonly speed: import("ll-plus/es/utils").EpPropFinalized; readonly flex: import("ll-plus/es/utils").EpPropFinalized; }>> & Readonly<{ "onUpdate:leftCurrentWidth"?: (...args: any[]) => any; "onUpdate:foldState"?: (...args: any[]) => any; onHandleFold?: (...args: any[]) => any; }>, { readonly drag: import("ll-plus/es/utils").EpPropMergeType; readonly flex: import("ll-plus/es/utils").EpPropMergeType; readonly speed: import("ll-plus/es/utils").EpPropMergeType; readonly leftDefaultWidth: number; readonly leftCurrentWidth: number; readonly leftMinWidth: number; readonly leftMaxWidth: number; readonly rightMinWidth: number; readonly isShowBtn: import("ll-plus/es/utils").EpPropMergeType; readonly fold: import("ll-plus/es/utils").EpPropMergeType; readonly foldState: import("ll-plus/es/utils").EpPropMergeType; readonly dividerColor: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>; export default LlFlexSplitLayout; export * from './src/flex-split-layout'; declare module 'vue' { interface GlobalComponents { LlFlexSplitLayout: typeof FlexSplitLayout; } }