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