import { FC } from "react"; import type { SkeletonProps } from "./Skeleton.interface"; declare const Skeleton: FC; export default Skeleton;