import { SegmentedControlProps } from './types'; import { StyledComponentWithProps } from '@codeleap/styles'; export * from './styles'; export * from './types'; /** * Always fully controlled — there is no internal selected state; `value` and `onValueChange` * are required. The animated bubble position is driven by Reanimated worklets, so the bubble * can only animate when `currentOptionIdx` changes (i.e. `value` changes from the parent). */ export declare const SegmentedControl: StyledComponentWithProps; //# sourceMappingURL=index.d.ts.map