import { SplitterPanelProps } from "./types.js"; //#region src/components/splitter/splitter-panel.vue.d.ts declare var __VLS_8: { isCollapsed: boolean; isExpanded: boolean; collapse: () => void; expand: () => void; resize: (sizeValue: number) => void; }; type __VLS_Slots = {} & { default?: (props: typeof __VLS_8) => any; }; declare const __VLS_base: import("vue").DefineComponent any; expand: () => any; resize: (size: number, prevSize: number | undefined) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onCollapse?: (() => any) | undefined; onExpand?: (() => any) | undefined; onResize?: ((size: number, prevSize: number | undefined) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };