declare var __VLS_5: {}, __VLS_63: {}; type __VLS_Slots = {} & { actions?: (props: typeof __VLS_5) => any; } & { default?: (props: typeof __VLS_63) => any; }; declare const __VLS_component: import("vue").DefineComponent; readonly default: () => never[]; }; readonly collapsible: { readonly type: BooleanConstructor; readonly default: false; }; readonly defaultCollapsed: { readonly type: BooleanConstructor; readonly default: false; }; readonly showRun: { readonly type: BooleanConstructor; readonly default: false; }; readonly showEdit: { readonly type: BooleanConstructor; readonly default: false; }; readonly highlight: { readonly type: BooleanConstructor; readonly default: true; }; readonly editable: { readonly type: BooleanConstructor; readonly default: false; }; readonly themeOverrides: { readonly type: import("vue").PropType; readonly default: undefined; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, any, string, import("vue").PublicProps, any, { readonly themeOverrides: import("@yh-ui/theme").ComponentThemeVars; readonly code: string; readonly language: string; readonly editable: boolean; readonly collapsible: boolean; readonly showLineNumbers: boolean; readonly highlightLines: number[]; readonly defaultCollapsed: boolean; readonly showRun: boolean; readonly showEdit: boolean; readonly highlight: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };