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