import { PressableProps } from "react-native"; //#region src/primitives/branchPicker/BranchPickerNext.d.ts type BranchPickerNextProps = Omit & { children: PressableProps["children"]; }; declare const BranchPickerNext: ({ children, disabled: disabledProp, ...pressableProps }: BranchPickerNextProps) => import("react").JSX.Element; //#endregion export { BranchPickerNext, BranchPickerNextProps }; //# sourceMappingURL=BranchPickerNext.d.ts.map