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