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