import { OnyxCodeTabProps } from './types.js'; declare function __VLS_template(): { attrs: Partial<{}>; slots: Readonly<{ /** * Tab panel / content. By default, the `code` property will be used (without syntax highlighting). */ default?(): unknown; /** * Optional slot to override the tab content. By default, the `label` and `icon` property will be displayed. */ tab?(): unknown; }> & { /** * Tab panel / content. By default, the `code` property will be used (without syntax highlighting). */ default?(): unknown; /** * Optional slot to override the tab content. By default, the `label` and `icon` property will be displayed. */ tab?(): unknown; }; refs: {}; rootEl: any; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue', { with: { "resolution-mode": "import" } }).DefineComponent & Readonly<{}>, { skeleton: import('../../composables/useSkeletonState.js', { with: { "resolution-mode": "import" } }).SkeletonInjected; disabled: boolean; }, {}, {}, {}, string, import('vue', { with: { "resolution-mode": "import" } }).ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };