import type { UseSwitchNativeProps } from './types'; /** * web version - no-op, native switch logic handled in .native.ts */ export declare function useSwitchNative(_props: UseSwitchNativeProps): React.ReactNode | null; //# sourceMappingURL=useSwitchNative.d.ts.map