import { SkeletonProps as SkeletonProps$1 } from '@mui/material';
import { FunctionComponent } from 'react';

interface SkeletonProps {
    animation?: SkeletonProps$1['animation'];
    children?: SkeletonProps$1['children'];
    height?: SkeletonProps$1['height'];
    sx?: SkeletonProps$1['sx'];
    variant?: SkeletonProps$1['variant'];
    width?: SkeletonProps$1['width'];
    component?: SkeletonProps$1['component'];
    ref?: SkeletonProps$1['ref'];
}
declare const Skeleton: FunctionComponent<SkeletonProps>;

export { Skeleton as default };
export type { SkeletonProps };
