import type { ScopeDomIds, ScopeWithIds } from "@qualcomm-ui/utils/machine"; import type { SegmentedControlSchema } from "../segmented-control.types.js"; type Scope = ScopeWithIds; export declare const domIds: ScopeDomIds; export declare function getFirstCheckedItemValue(scope: Scope): string | undefined; export {}; //# sourceMappingURL=segmented-control.dom.d.ts.map