import { FC } from 'react'; interface Props { rowCount?: number; } export declare const RankingTableSkeleton: FC; export {};