import type React from 'react'; import { IRepositoryListProps } from '../interfaces/IRepositoryListProps'; /** * Repository list component with expansion and release selection */ export declare const RepositoryList: React.FC;