type SourceCardProps = { source: { id: string; name: string; repository_url: string; repository_owner: string; repository_name: string; repository_platform: string | null; milestones_found: number | null; published_at: string; }; }; export declare function SourceCard({ source }: SourceCardProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=SourceCard.d.ts.map