import * as React from 'react';
import { SkeletonProps } from '@mui/material/Skeleton';
type Props = SkeletonProps;
declare const MdListItemSkeleton: React.FC<Props>;
export default MdListItemSkeleton;
