import { View } from 'react-native'; import type { SegmentedControlProps } from './types'; export declare const SegmentedControl: import("../../core/factory").PlatformBlocksComponent<{ props: SegmentedControlProps; ref: View; }>;