import React from 'react'; export declare const RepoUrlPickerRepoName: (props: { repoName?: string | undefined; allowedRepos?: string[] | undefined; onChange: (host: string) => void; rawErrors: string[]; }) => React.JSX.Element;