import * as React from 'react'; import type { UseSwitchNativeProps } from './types'; /** * native version - handles registerFocusable and renders NativeSwitch when appropriate */ export declare function useSwitchNative(props: UseSwitchNativeProps): React.ReactNode | null; //# sourceMappingURL=useSwitchNative.native.d.ts.map