/// import type { MeltActionReturn } from '../../internal/types.js'; import type { ToggleGroupEvents } from './events.js'; import type { CreateToggleGroupProps, ToggleGroupItemProps, ToggleGroupType } from './types.js'; export declare const createToggleGroup: (props?: CreateToggleGroupProps | undefined) => { elements: { root: import("../../internal/helpers/index.js").MeltElement>, import("svelte/action").Action>, ($orientation: import("../../internal/types.js").Orientation) => { readonly role: "group"; readonly 'data-orientation': import("../../internal/types.js").Orientation; }, string>; item: import("../../internal/helpers/index.js").MeltElement<[{ update: (updater: import("svelte/store").Updater, sideEffect?: ((newValue: string | string[] | undefined) => void) | undefined) => void; set: (this: void, value: string | string[] | undefined) => void; subscribe(this: void, run: import("svelte/store").Subscriber, invalidate?: import("svelte/store").Invalidator | undefined): import("svelte/store").Unsubscriber; get: () => string | string[] | undefined; destroy?: (() => void) | undefined; }, import("../../internal/helpers/index.js").WithGet>, import("../../internal/helpers/index.js").WithGet>, import("../../internal/helpers/index.js").WithGet>], (node: HTMLElement) => MeltActionReturn, ([$value, $disabled, $orientation, $type]: [string | string[] | undefined, boolean, import("../../internal/types.js").Orientation, "single" | T]) => (props: ToggleGroupItemProps) => { readonly disabled: true | undefined; readonly pressed: boolean; readonly 'data-orientation': import("../../internal/types.js").Orientation; readonly 'data-disabled': true | undefined; readonly 'data-state': "on" | "off"; readonly 'data-value': string; readonly 'aria-pressed': boolean | undefined; readonly 'aria-checked': boolean | undefined; readonly type: "button"; readonly role: "radio" | undefined; readonly tabindex: 0 | -1; }, string>; }; states: { value: { update: (updater: import("svelte/store").Updater, sideEffect?: ((newValue: string | string[] | undefined) => void) | undefined) => void; set: (this: void, value: string | string[] | undefined) => void; subscribe(this: void, run: import("svelte/store").Subscriber, invalidate?: import("svelte/store").Invalidator | undefined): import("svelte/store").Unsubscriber; get: () => string | string[] | undefined; destroy?: (() => void) | undefined; }; }; helpers: { isPressed: import("svelte/store").Readable<(itemValue: string) => boolean>; }; options: import("../../internal/helpers/index.js").ToWritableStores | undefined; onValueChange?: import("../../internal/helpers/index.js").ChangeFn | undefined; type: "single" | T; disabled: boolean; rovingFocus: boolean; loop: boolean; orientation: import("../../internal/types.js").Orientation; }, "value">>; };