/// import type { MeltActionReturn } from '../../internal/types.js'; import type { TabsEvents } from './events.js'; import type { CreateTabsProps, TabsTriggerProps } from './types.js'; export declare function createTabs(props?: CreateTabsProps): { elements: { root: import("../../internal/helpers/index.js").MeltElement>, import("svelte/action").Action>, ($orientation: import("../../internal/types.js").Orientation) => { readonly 'data-orientation': import("../../internal/types.js").Orientation; }, string>; list: import("../../internal/helpers/index.js").MeltElement>, import("svelte/action").Action>, ($orientation: import("../../internal/types.js").Orientation) => { readonly role: "tablist"; readonly 'aria-orientation': import("../../internal/types.js").Orientation; readonly 'data-orientation': import("../../internal/types.js").Orientation; }, string>; trigger: import("../../internal/helpers/index.js").MeltElement<[{ update: (updater: import("svelte/store").Updater, sideEffect?: ((newValue: string) => void) | undefined) => void; set: (this: void, value: string) => void; subscribe(this: void, run: import("svelte/store").Subscriber, invalidate?: import("svelte/store").Invalidator | undefined): import("svelte/store").Unsubscriber; get: () => string; destroy?: (() => void) | undefined; }, import("../../internal/helpers/index.js").WithGet>], (node: HTMLElement) => MeltActionReturn, ([$value, $orientation]: [string, import("../../internal/types.js").Orientation]) => (props: TabsTriggerProps) => { readonly type: "button"; readonly role: "tab"; readonly 'data-state': "active" | "inactive"; readonly tabindex: 0 | -1; readonly 'data-value': string; readonly 'data-orientation': import("../../internal/types.js").Orientation; readonly 'data-disabled': true | undefined; readonly disabled: true | undefined; }, string>; content: import("../../internal/helpers/index.js").MeltElement<{ update: (updater: import("svelte/store").Updater, sideEffect?: ((newValue: string) => void) | undefined) => void; set: (this: void, value: string) => void; subscribe(this: void, run: import("svelte/store").Subscriber, invalidate?: import("svelte/store").Invalidator | undefined): import("svelte/store").Unsubscriber; get: () => string; destroy?: (() => void) | undefined; }, import("svelte/action").Action>, ($value: string) => (tabValue: string) => { readonly role: "tabpanel"; readonly 'aria-labelledby': string; readonly hidden: true | undefined; readonly tabindex: 0; }, string>; }; states: { value: { update: (updater: import("svelte/store").Updater, sideEffect?: ((newValue: string) => void) | undefined) => void; set: (this: void, value: string) => void; subscribe(this: void, run: import("svelte/store").Subscriber, invalidate?: import("svelte/store").Invalidator | undefined): import("svelte/store").Unsubscriber; get: () => string; destroy?: (() => void) | undefined; }; }; options: import("../../internal/helpers/index.js").ToWritableStores | undefined; onValueChange?: import("../../internal/helpers/index.js").ChangeFn | undefined; orientation: import("../../internal/types.js").Orientation; activateOnFocus: boolean; loop: boolean; autoSet: boolean; }, "value" | "onValueChange" | "defaultValue" | "autoSet">>; };