/** @jsxImportSource nativewind */ /** * Source code copied and adapted from: * https://github.com/roninoss/rn-primitives * License: MIT (c) 2024 RoninOSS */ import * as React from "react"; import { View } from "react-native"; declare const Root: React.ForwardRefExoticComponent, "ref"> & { asChild?: boolean; } & { onKeyDown?: (ev: React.KeyboardEvent) => void; onKeyUp?: (ev: React.KeyboardEvent) => void; } & { checked: boolean; onCheckedChange: (checked: boolean) => void; disabled?: boolean; onKeyDown?: (ev: React.KeyboardEvent) => void; } & React.RefAttributes>; declare const Thumb: React.ForwardRefExoticComponent>; export { Root, Thumb }; //# sourceMappingURL=switch.d.ts.map