import { BaseRepoBranchPickerProps } from './types'; /** * The underlying component that is rendered in the form for the `DefaultRepoBranchPicker` * field extension. * * @public * */ export declare const DefaultRepoBranchPicker: ({ onChange, state, rawErrors, isDisabled, required, }: BaseRepoBranchPickerProps) => import("react/jsx-runtime").JSX.Element;