import { PropType } from 'vue'; import { CodeLayoutPanelInternal } from './CodeLayout'; declare const _default: __VLS_WithTemplateSlots; required: true; }; /** * Is horizontal? * * Default: true */ horizontal: { type: BooleanConstructor; default: boolean; }; }, {}, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; required: true; }; /** * Is horizontal? * * Default: true */ horizontal: { type: BooleanConstructor; default: boolean; }; }>>, { horizontal: boolean; }, {}>, { panelRender?(_: { panel: CodeLayoutPanelInternal; open: true; }): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };