import { PropType } from 'vue'; import { CodeLayoutPanelInternal } from './CodeLayout'; declare const _default: __VLS_WithTemplateSlots; required: true; }; horizontal: { type: BooleanConstructor; default: boolean; }; show: { type: BooleanConstructor; default: boolean; }; type: { type: PropType<"" | "bottom" | "primary" | "secondary">; default: string; }; }, { forceUpdate(): void; }, unknown, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly; required: true; }; horizontal: { type: BooleanConstructor; default: boolean; }; show: { type: BooleanConstructor; default: boolean; }; type: { type: PropType<"" | "bottom" | "primary" | "secondary">; default: string; }; }>>, { show: boolean; horizontal: boolean; type: "" | "bottom" | "primary" | "secondary"; }, {}>, any>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };