import React from 'react'; import { SkeletonProps } from '@material-ui/lab'; declare const Skeleton: React.ElementType; export { Skeleton };