import { SkeletonProps } from "@material-ui/lab";
export interface MySkeletonProps extends SkeletonProps {
}
