import { OnyxCodeTabProps } from './types.js'; type __VLS_Slots = { /** * 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; }; declare const __VLS_base: 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 __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };