import { PropType } from 'vue'; import { CodeLayoutSplitNPanelInternal } from './SplitN'; declare const _default: __VLS_WithTemplateSlots; default: null; }; active: { type: BooleanConstructor; default: boolean; }; states: { type: PropType<{ active: boolean; dragLightBoxState: boolean; dragOverState: string; }>; }; }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; default: null; }; active: { type: BooleanConstructor; default: boolean; }; states: { type: PropType<{ active: boolean; dragLightBoxState: boolean; dragOverState: string; }>; }; }>>, { panel: CodeLayoutSplitNPanelInternal; active: boolean; }, {}>, { icon?(_: {}): any; title?(_: {}): any; badge?(_: {}): any; close?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };