import { Scope } from '@zag-js/core'; declare const getRootId: (ctx: Scope) => any; declare const getLabelId: (ctx: Scope, index: number) => any; declare const getControlId: (ctx: Scope) => any; declare const getSegmentGroupId: (ctx: Scope, index: number) => any; declare const getHiddenInputId: (ctx: Scope, index: number) => any; declare const getControlEl: (ctx: Scope) => HTMLElement | null; declare const getSegmentEls: (ctx: Scope) => HTMLInputElement[]; export { getControlEl, getControlId, getHiddenInputId, getLabelId, getRootId, getSegmentEls, getSegmentGroupId };