interface MatchCardSkeletonProps { /** Extra classes merged onto the outer card wrapper. */ className?: string; } /** * Loading placeholder for `MatchCard`. Mirrors the real card's three-column * frame — agent square on the left, centred score stack, KDA/combat-score * rows on the right — so the layout doesn't shift once match data resolves. */ declare function MatchCardSkeleton({ className }: MatchCardSkeletonProps): import("react/jsx-runtime").JSX.Element; export { MatchCardSkeleton }; export type { MatchCardSkeletonProps }; //# sourceMappingURL=match-card-skeleton.d.ts.map