export declare const RepoUrlPickerHost: (props: { host?: string; hosts?: string[]; onChange: (host: string) => void; rawErrors: string[]; isDisabled?: boolean; }) => import("react/jsx-runtime").JSX.Element;