import React from 'react'; type Props = { projectName: string; onRepoKeySubmit: (repoKey: string) => void; onError: (error: string) => void; }; declare const RepositoryKey: React.FC; export default RepositoryKey;