import { FC } from 'react'; interface TableSkeletonProps { count?: number; } declare const TableSkeleton: FC; export default TableSkeleton;