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