/** @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>; export { Root }; //# sourceMappingURL=separator.d.ts.map