import type { SegmentedControlPrimitiveProps } from "./SegmentedControlPrimitive.js"; export declare const useSegmentedControl: (props: SegmentedControlPrimitiveProps) => { vm: { items: import("../index.js").SegmentedControlItemFormatted[]; }; changeValue: (value: string) => void; };