import { FC } from "react"; type SkeletonProps = { entries?: number; }; declare const Skeleton: FC; export default Skeleton;