/// import { SwitchProps as RNSwitchProps } from 'react-native'; import { StyledProps, ViewStyle } from '../../styled'; export declare type SwitchProps = StyledProps; export declare const Switch: import("react").ForwardRefExoticComponent & import("../../styled").ResponsiveStyleProps & import("react").RefAttributes>; //# sourceMappingURL=Switch.d.ts.map