import { RepoBranchPickerProps } from './schema'; /** * The underlying component that is rendered in the form for the `RepoBranchPicker` * field extension. * * @public */ export declare const RepoBranchPicker: (props: RepoBranchPickerProps) => import("react/jsx-runtime").JSX.Element;