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