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