import { TextProps } from "react-native"; //#region src/primitives/branchPicker/BranchPickerNumber.d.ts type BranchPickerNumberProps = TextProps; declare const BranchPickerNumber: (props: BranchPickerNumberProps) => import("react").JSX.Element; //#endregion export { BranchPickerNumber, BranchPickerNumberProps }; //# sourceMappingURL=BranchPickerNumber.d.ts.map