declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots; type __VLS_WithSlots = T & (new () => { $slots: S; }); declare const __VLS_base: import("vue").DefineComponent, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { "update:side-panel-size": (...args: any[]) => void; }, string, import("vue").PublicProps, Readonly> & Readonly<{ "onUpdate:side-panel-size"?: (...args: any[]) => any; }>, { hideHeader: boolean; actionsPanel: boolean; disableResize: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; type __VLS_Slots = { header?: (props: {}) => any; } & { 'actions-panel'?: (props: {}) => any; } & { 'side-panel'?: (props: {}) => any; } & { main?: (props: {}) => any; };