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