import { PropType } from 'vue'; import { CodeLayoutConfig } from './CodeLayout'; import { CodeLayoutSplitNGridInternal, CodeLayoutSplitNInstance } from './SplitLayout/SplitN'; export interface CodeLayoutBaseInstance { getRef: () => HTMLElement | undefined; getSplitLayoutRef: () => CodeLayoutSplitNInstance | undefined; saveGridLayoutDataToConfig: () => void; } declare const _default: __VLS_WithTemplateSlots; required: true; }; bottom: { type: PropType; required: false; }; primary: { type: PropType; required: false; }; secondary: { type: PropType; required: false; }; }, { getRef: () => HTMLElement | undefined; getSplitLayoutRef: () => CodeLayoutSplitNInstance | undefined; saveGridLayoutDataToConfig: () => void; }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { layoutChanged: (...args: any[]) => void; }, string, import('vue').PublicProps, Readonly; required: true; }; bottom: { type: PropType; required: false; }; primary: { type: PropType; required: false; }; secondary: { type: PropType; required: false; }; }>> & { onLayoutChanged?: ((...args: any[]) => any) | undefined; }, {}, {}>, Partial any>> & { titleBarTop?(_: {}): any; titleBarIcon?(_: {}): any; titleBarMenu?(_: {}): any; titleBarCenter?(_: {}): any; titleBarRight?(_: {}): any; titleBarBottom?(_: {}): any; activityBar?(_: {}): any; activityBar?(_: {}): any; activityBarSecondary?(_: {}): any; activityBarSecondary?(_: {}): any; statusBar?(_: {}): any; statusBarLeft?(_: {}): any; statusBarRight?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };